Searched refs:IPC_INVOKER_TRANSLATE_ERR (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hid_host_observer_stub.cpp | 34 return IPC_INVOKER_TRANSLATE_ERR; in OnRemoteRequest() 39 return IPC_INVOKER_TRANSLATE_ERR; in OnRemoteRequest()
|
H A D | bluetooth_pan_observer_stub.cpp | 31 return IPC_INVOKER_TRANSLATE_ERR; in OnRemoteRequest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/ |
H A D | ipc_types.h | 95 IPC_INVOKER_TRANSLATE_ERR, enumerator
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/remote_register_service/ |
H A D | remote_register_service_proxy.cpp | 50 return IPC_INVOKER_TRANSLATE_ERR; in Register()
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/ |
H A D | ipc_types.h | 123 IPC_INVOKER_TRANSLATE_ERR, enumerator
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_pan_stub.cpp | 54 return IPC_INVOKER_TRANSLATE_ERR; in OnRemoteRequest()
|
H A D | bluetooth_hid_host_stub.cpp | 65 return IPC_INVOKER_TRANSLATE_ERR; in OnRemoteRequest()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/continuation_test/remote_register_service_test/remote_register_service_proxy_test/ |
H A D | remote_register_service_proxy_test.cpp | 168 EXPECT_EQ(testProxy->Register(bundleName, token, extras, callback), IPC_INVOKER_TRANSLATE_ERR); 213 EXPECT_EQ(testProxy->Register(bundleName, token, extras, callback), IPC_INVOKER_TRANSLATE_ERR);
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | binder_invoker_unittest.cpp | 593 EXPECT_EQ(ret, -IPC_INVOKER_TRANSLATE_ERR);
|
H A D | ipc_binder_databus_invoker_unittest.cpp | 619 EXPECT_EQ(ret, -IPC_INVOKER_TRANSLATE_ERR);
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/ |
H A D | binder_invoker.cpp | 300 return -IPC_INVOKER_TRANSLATE_ERR; in TranslateIRemoteObject() 306 return -IPC_INVOKER_TRANSLATE_ERR; in TranslateIRemoteObject() 317 return -IPC_INVOKER_TRANSLATE_ERR; in TranslateIRemoteObject()
|
H A D | dbinder_databus_invoker.cpp | 988 return -IPC_INVOKER_TRANSLATE_ERR; in TranslateIRemoteObject()
|