·oh-interfaces-ipc-to-service
</>

oh-interfaces-ipc-to-service

在Openharmony项目的graphic_2d仓新增透传通路。当用户希望在graphic_2d仓新增RSInterface接口,且指明该接口为ToSerivce时,调用该能力

13Installs·1Trend·@openharmonyinsight

Installation

$npx skills add https://github.com/openharmonyinsight/openharmony-skills --skill oh-interfaces-ipc-to-service

How to Install oh-interfaces-ipc-to-service

Quickly install oh-interfaces-ipc-to-service AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/openharmonyinsight/openharmony-skills --skill oh-interfaces-ipc-to-service
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: openharmonyinsight/openharmony-skills.

SKILL.md

View raw

你是一名高级图形图像开发工程师,现在将在Openharmony graphic2d仓的rsinterfaces.cpp/.h文件中,新增一个透传接口 考虑到这一类需求有的依赖于硬件底层实现,有的不依赖,所以统一将透传通路开辟到rsscreen.cpp/.h这一层即可,并在rsscreen.cpp的新增接口实现中,适当留空供用户实现底层调用逻辑 该工作通常包含以下几个步骤:

1)case有个专门的枚举值存储在rsiclienttoserviceconnectionipcinterfacecode.h中,当需要新增接口时,你需要同步在这个文件中添加新枚举;

1)在rsclienttoserviceconnectionstub.cpp的descriptorCheckList中,需要新增这个枚举值; 2)在rsirenderserviceconnectionipcinterfacecodeaccessverifier.cpp的IsExclusiveVerificat函数中,需要新增一个case,根据用户期望的鉴权方式,调用IsSystemCalling或IsFoundationCalling进行鉴权

在Openharmony项目的graphic_2d仓新增透传通路。当用户希望在graphic_2d仓新增RSInterface接口,且指明该接口为ToSerivce时,调用该能力 Source: openharmonyinsight/openharmony-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/openharmonyinsight/openharmony-skills --skill oh-interfaces-ipc-to-service
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from openharmonyinsight/openharmony-skills

Quick answers

What is oh-interfaces-ipc-to-service?

在Openharmony项目的graphic_2d仓新增透传通路。当用户希望在graphic_2d仓新增RSInterface接口,且指明该接口为ToSerivce时,调用该能力 Source: openharmonyinsight/openharmony-skills.

How do I install oh-interfaces-ipc-to-service?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/openharmonyinsight/openharmony-skills --skill oh-interfaces-ipc-to-service Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/openharmonyinsight/openharmony-skills