Home
last modified time | relevance | path

Searched refs:SetContextObject (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/communication/ipc/ipc/test/unittest/rpc/samgr/
H A DRpcSamgrTest.cpp233 int32_t ret = SetContextObject(target);
258 if (SetContextObject(target) != ERR_NONE) {
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H A Dmain.cpp38 if (!IPCSkeleton::SetContextObject(serv)) { in main()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/mock/include/
H A Dmock_ipc_skeleton.h52 static bool SetContextObject(sptr<IRemoteObject> &object);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ffrt_test/mock/include/
H A Dmock_ipc_skeleton.h52 static bool SetContextObject(sptr<IRemoteObject> &object);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ipc_test/mock/include/
H A Dmock_ipc_skeleton.h52 static bool SetContextObject(sptr<IRemoteObject> &object);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/services/ability_util_test/mock/include/
H A Dmock_ipc_skeleton.h52 static bool SetContextObject(sptr<IRemoteObject> &object);
/ohos5.0/base/notification/common_event_service/test/mock/include/
H A Dmock_ipc_skeleton.h51 static bool SetContextObject(sptr<IRemoteObject> &object);
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/mock/include/
H A Dmock_ipc_skeleton.h52 static bool SetContextObject(sptr<IRemoteObject> &object);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/
H A Dmock_ipc_skeleton.h104 static bool SetContextObject(sptr<IRemoteObject> &object);
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/
H A Dipc_skeleton.h154 static bool SetContextObject(sptr<IRemoteObject> &object);
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/c/ipc/include/
H A Dipc_skeleton.h64 int32_t SetContextObject(SvcIdentity target);
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/
H A Dipc_skeleton.c71 int32_t SetContextObject(SvcIdentity target) in SetContextObject() function
/ohos5.0/foundation/communication/ipc/ipc/test/ipc/samgr/
H A Dsamgr.c119 if (SetContextObject(target) != ERR_NONE) { in main()
/ohos5.0/foundation/communication/ipc/ipc/test/rpc/samgr/
H A Drpc_mini_samgr.c141 (void)SetContextObject(target); in RpcStartSamgr()
H A Drpc_samgr.c183 if (SetContextObject(target) != ERR_NONE) { in main()
/ohos5.0/foundation/communication/ipc/ipc/test/unittest/ipc/samgr/
H A DIpcSamgrTest.cpp153 int ret = SetContextObject(target);
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_skeleton.cpp69 bool IPCSkeleton::SetContextObject(sptr<IRemoteObject> &object) in SetContextObject() function in OHOS::IPCSkeleton
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcskeleton_fuzzer/
H A Dipcskeleton_fuzzer.cpp170 IPCSkeleton::SetContextObject(object); in SetContextObjectTest()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server_rpc.c138 (void)SetContextObject(target); in RpcStartSamgr()
620 int ret = SetContextObject(*identity); in RegisterSamgrEndpoint()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_core_unittest.cpp651 bool ret = IPCSkeleton::SetContextObject(remoteObj);