/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/ |
H A D | skeleton_wrapper.cpp | 94 std::unique_ptr<IRemoteObjectWrapper> GetContextObject() in GetContextObject() function 99 wrapper->raw_ = OHOS::IPCSkeleton::GetContextObject(); in GetContextObject()
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/src/ |
H A D | skeleton.rs | 54 fn GetContextObject() -> UniquePtr<IRemoteObjectWrapper>; in GetContextObject() function 142 RemoteObj::try_new(GetContextObject()) in get_context_object()
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | ipc_core_unittest.cpp | 636 sptr<IRemoteObject> remote = IPCSkeleton::GetContextObject(); 649 sptr<IRemoteObject> remoteObj = IPCSkeleton::GetContextObject(); 665 sptr<IRemoteObject> remoteObj = IPCSkeleton::GetContextObject(); 793 sptr<IRemoteObject> remoteObj = IPCSkeleton::GetContextObject(); 810 sptr<IRemoteObject> remoteObj = IPCSkeleton::GetContextObject(); 828 sptr<IRemoteObject> remoteObj = IPCSkeleton::GetContextObject(); 846 sptr<IRemoteObject> remoteObj = IPCSkeleton::GetContextObject();
|
/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | service_registry.cpp | 164 sptr<IRemoteObject> registryObject = IPCSkeleton::GetContextObject(); in GetInstance() 185 sptr<IRemoteObject> registryObject = IPCSkeleton::GetContextObject(); in GetSystemAbilityManager()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/bundle_manager_helper_branch_test/ |
H A D | mock_service_registry.cpp | 37 sptr<IRemoteObject> registryObject = IPCSkeleton::GetContextObject(); in GetSystemAbilityManager()
|
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/test/unittest/mock/src/ |
H A D | mock_service_registry.cpp | 36 sptr<IRemoteObject> registryObject = IPCSkeleton::GetContextObject(); in GetSystemAbilityManager()
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/rust/include/ |
H A D | skeleton_wrapper.h | 53 std::unique_ptr<IRemoteObjectWrapper> GetContextObject();
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | endpoint_rpc.c | 118 SvcIdentity *samgr = GetContextObject(); in SAMGR_AddSysCap() 153 SvcIdentity *samgr = GetContextObject(); in SAMGR_GetSysCap() 183 SvcIdentity *samgr = GetContextObject(); in SendGetAllSysCapsRequest()
|
H A D | samgr_small_ipc_adapter.c | 52 SvcIdentity *samgr = GetContextObject(); in ClientRegisterRemoteEndpoint() 114 SvcIdentity *samgr = GetContextObject(); in Receive() 180 SvcIdentity *samgr = GetContextObject(); in RegisterIdentity()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/mock/include/ |
H A D | mock_ipc_skeleton.h | 50 static sptr<IRemoteObject> GetContextObject();
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ffrt_test/mock/include/ |
H A D | mock_ipc_skeleton.h | 50 static sptr<IRemoteObject> GetContextObject();
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ipc_test/mock/include/ |
H A D | mock_ipc_skeleton.h | 50 static sptr<IRemoteObject> GetContextObject();
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/services/ability_util_test/mock/include/ |
H A D | mock_ipc_skeleton.h | 50 static sptr<IRemoteObject> GetContextObject();
|
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/test/unittest/mock/ |
H A D | mock_sa_service.cpp | 38 sptr<IRemoteObject> registryObject = IPCSkeleton::GetContextObject(); in GetSystemAbilityManager()
|
/ohos5.0/base/notification/common_event_service/test/mock/include/ |
H A D | mock_ipc_skeleton.h | 49 static sptr<IRemoteObject> GetContextObject();
|
/ohos5.0/base/notification/distributed_notification_service/test/bechmarktest/notification_services_test/mock/include/ |
H A D | mock_ipc_skeleton.h | 50 static sptr<IRemoteObject> GetContextObject();
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/include/ |
H A D | mock_ipc_skeleton.h | 96 static sptr<IRemoteObject> GetContextObject();
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/util/ |
H A D | util.h | 36 static WebGLRenderingContextBasicBase *GetContextObject(napi_env env, napi_value thisVar);
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/ipc_core/include/ |
H A D | ipc_skeleton.h | 145 static sptr<IRemoteObject> GetContextObject();
|
/ohos5.0/foundation/communication/ipc/interfaces/innerkits/c/ipc/include/ |
H A D | ipc_skeleton.h | 62 const SvcIdentity *GetContextObject(void);
|
/ohos5.0/foundation/communication/ipc/services/dbinder/c/ipc_adapter/small/ |
H A D | dbinder_ipc_adapter.c | 51 …int32_t ret = SendRequest(*GetContextObject(), GET_SYSTEM_ABILITY_TRANSACTION, &data, &reply, opti… in RpcGetSystemAbility()
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/src/ |
H A D | ipc_skeleton.c | 62 const SvcIdentity *GetContextObject(void) in GetContextObject() function
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | util.cpp | 70 WebGLRenderingContextBasicBase *Util::GetContextObject(napi_env env, napi_value thisVar) in GetContextObject() function in OHOS::Rosen::Util
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloud_daemon/ |
H A D | cloud_daemon_service_proxy_test.cpp | 77 sptr<IRemoteObject> smcObject = IPCSkeleton::GetContextObject(); in GetSystemAbilityManager()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_skeleton.cpp | 78 sptr<IRemoteObject> IPCSkeleton::GetContextObject() in GetContextObject() function in OHOS::IPCSkeleton
|