Searched refs:PING_TRANSACTION (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/include/ |
H A D | rpc_types.h | 25 PING_TRANSACTION = ZIPC_PACK_CHARS('_', 'P', 'N', 'G'), enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/ |
H A D | ipc_types.h | 31 PING_TRANSACTION = ZIPC_PACK_CHARS('_', 'P', 'N', 'G'), enumerator
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/ |
H A D | ipc_types.h | 41 PING_TRANSACTION = ZIPC_PACK_CHARS('_', 'P', 'N', 'G'), enumerator
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-beta/ |
H A D | js-apidiff-v3.1-beta.md | 107 | 分布式软总线-rpc.IRemoteObject | PING_TRANSACTION | 删除 | API 7没有实现,不影响已有应用 | 121 | 分布式软总线-rpc.Proxy | PING_TRANSACTION | 新增 | - |
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_object_stub.cpp | 383 case PING_TRANSACTION: in SendRequest()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi/src/ |
H A D | napi_remote_proxy.cpp | 708 napi_create_int32(env, PING_TRANSACTION, &pingTransaction); in NAPIRemoteProxyExport()
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-beta/ |
H A D | js-apidiff-v3.1-beta.md | 107 | DSoftBus - rpc.IRemoteObject| PING_TRANSACTION | Deleted| Deleted since it is not implemented in … 121 | DSoftBus - rpc.Proxy| PING_TRANSACTION | Added| - |
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/ |
H A D | binder_invoker.cpp | 1313 int result = SendRequest(handle, PING_TRANSACTION, data, reply, option); in PingService()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-communication.md | 219 |新增|NA|方法名 or 属性名:PING_TRANSACTION<br>函数:PING_TRANSACTION: number;|@ohos.rpc.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-communication.md | 219 |Added|NA|Method or attribute name: PING_TRANSACTION<br>Function name: PING_TRANSACTION: number;|@o…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-communication.md | 1757 …eProxy;<br>方法or属性:PING_TRANSACTION = ('_' \<\< 24) \| ('P' \<\< 16) \| ('N' \<\< 8) \| 'G';|类名:Rem…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ipc-kit/ |
H A D | js-apis-rpc.md | 6953 | PING_TRANSACTION | [RemoteProxy](#remoteproxy) | 是 | 否 | 内部指令码,用于测试IPC服务是否正常。 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-communication.md | 1757 …me: PING_TRANSACTION = ('_' \<\< 24) \| ('P' \<\< 16) \| ('N' \<\< 8) \| 'G';|Class name: RemotePr…
|
/ohos5.0/docs/en/application-dev/reference/apis-ipc-kit/ |
H A D | js-apis-rpc.md | 6912 | PING_TRANSACTION | 1599098439 (0x5f504e47) | Internal instruction code used to test whether …
|