/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/ |
H A D | ipc_object_stub.cpp | 45 int IPCObjectStub::OnRemoteDump(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOp… in OnRemoteDump() function in OHOS::IPCObjectStub
|
H A D | ipc_object_stub.h | 73 …virtual int OnRemoteDump(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &…
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/cameralistenerstub_fuzzer/ |
H A D | camera_listener_stub_fuzzer.cpp | 88 fuzz->OnRemoteDump(code, data, reply, option); in Test()
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/include/ |
H A D | system_ability_manager_wrapper.h | 76 int OnRemoteDump(
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/ |
H A D | ipc_object_stub.h | 179 …virtual int OnRemoteDump(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &…
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_single/ |
H A D | libipc_single_map | 58 …"OHOS::IPCObjectStub::OnRemoteDump(unsigned int, OHOS::MessageParcel&, OHOS::MessageParcel&, OHOS:…
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_object_stub.cpp | 146 int IPCObjectStub::OnRemoteDump(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOp… in OnRemoteDump() function in OHOS::IPCObjectStub 204 return OnRemoteDump(code, data, reply, option); in DBinderDumpTransaction()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/jni/source/ |
H A D | ohos_rpc_remote_object.cpp | 77 …int OnRemoteDump(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) … 217 int JRemoteObject::OnRemoteDump(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOp… in OnRemoteDump() function in OHOS::JRemoteObject
|
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/cxx/ |
H A D | system_ability_manager_wrapper.cpp | 346 int RemoteServiceStub ::OnRemoteDump( in OnRemoteDump() function in OHOS::SamgrRust::RemoteServiceStub
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_object_stub_unittest.cpp | 95 int result = testStub->OnRemoteDump(code, data, reply, option);
|