/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/include/ |
H A D | rpc_types.h | 26 DUMP_TRANSACTION = ZIPC_PACK_CHARS('_', 'D', 'M', 'P'), enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/ |
H A D | ipc_types.h | 32 DUMP_TRANSACTION = ZIPC_PACK_CHARS('_', 'D', 'M', 'P'), enumerator
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/ |
H A D | ipc_types.h | 42 DUMP_TRANSACTION = ZIPC_PACK_CHARS('_', 'D', 'M', 'P'), enumerator
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_object_proxy.cpp | 137 return SendRequestInner(false, DUMP_TRANSACTION, data, reply, option); in Dump() 142 if (code != DUMP_TRANSACTION && code > MAX_TRANSACTION_ID) { in SendRequest()
|
H A D | ipc_object_stub.cpp | 389 case DUMP_TRANSACTION: in SendRequest()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-beta/ |
H A D | js-apidiff-v3.1-beta.md | 108 | 分布式软总线-rpc.IRemoteObject | DUMP_TRANSACTION | 删除 | API 7没有实现,不影响已有应用 | 122 | 分布式软总线-rpc.Proxy | DUMP_TRANSACTION | 新增 | - |
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/jni/source/ |
H A D | ohos_rpc_remote_object.cpp | 190 if (code == DUMP_TRANSACTION) { in OnRemoteRequest()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi/src/ |
H A D | napi_remote_proxy.cpp | 710 napi_create_int32(env, DUMP_TRANSACTION, &dumpTransaction); in NAPIRemoteProxyExport()
|
/ohos5.0/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | test_service_skeleton.cpp | 288 (void)Remote()->SendRequest(DUMP_TRANSACTION, data, reply, option); in TestAsyncDumpService()
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_object_stub_unittest.cpp | 139 uint32_t code = DUMP_TRANSACTION;
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-beta/ |
H A D | js-apidiff-v3.1-beta.md | 108 | DSoftBus - rpc.IRemoteObject| DUMP_TRANSACTION | Deleted| Deleted since it is not implemented in … 122 | DSoftBus - rpc.Proxy| DUMP_TRANSACTION | Added| - |
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/ |
H A D | napi_remote_object.cpp | 363 if (code == DUMP_TRANSACTION) { in OnRemoteRequest()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-communication.md | 220 |新增|NA|方法名 or 属性名:DUMP_TRANSACTION<br>函数:DUMP_TRANSACTION: number;|@ohos.rpc.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-communication.md | 220 |Added|NA|Method or attribute name: DUMP_TRANSACTION<br>Function name: DUMP_TRANSACTION: number;|@o…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-communication.md | 1758 …eProxy;<br>方法or属性:DUMP_TRANSACTION = ('_' \<\< 24) \| ('D' \<\< 16) \| ('M' \<\< 8) \| 'P';|类名:Rem…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ipc-kit/ |
H A D | js-apis-rpc.md | 6954 | DUMP_TRANSACTION | [RemoteProxy](#remoteproxy) | 是 | 否 | 内部指令码,获取IPC服务相关的状态信息。 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-communication.md | 1758 …me: DUMP_TRANSACTION = ('_' \<\< 24) \| ('D' \<\< 16) \| ('M' \<\< 8) \| 'P';|Class name: RemotePr…
|
/ohos5.0/docs/en/application-dev/reference/apis-ipc-kit/ |
H A D | js-apis-rpc.md | 6913 | DUMP_TRANSACTION | 1598311760 (0x5f444d50) | Internal instruction code used to obtain the in…
|