Home
last modified time | relevance | path

Searched refs:GetRemoteObject (Results 1 – 23 of 23) sorted by relevance

/base/location/test/location_common/source/
Dcommon_utils_test.cpp186 EXPECT_NE(nullptr, CommonUtils::GetRemoteObject(LOCATION_GNSS_SA_ID));
187 EXPECT_NE(nullptr, CommonUtils::GetRemoteObject(LOCATION_NETWORK_LOCATING_SA_ID));
188 EXPECT_NE(nullptr, CommonUtils::GetRemoteObject(LOCATION_NOPOWER_LOCATING_SA_ID));
189 EXPECT_NE(nullptr, CommonUtils::GetRemoteObject(LOCATION_GEO_CONVERT_SA_ID));
190 EXPECT_EQ(nullptr, CommonUtils::GetRemoteObject(UNKNOWN_SA_ID));
193 EXPECT_NE(nullptr, CommonUtils::GetRemoteObject(LOCATION_GNSS_SA_ID));
194 EXPECT_NE(nullptr, CommonUtils::GetRemoteObject(LOCATION_NETWORK_LOCATING_SA_ID));
195 EXPECT_NE(nullptr, CommonUtils::GetRemoteObject(LOCATION_NOPOWER_LOCATING_SA_ID));
196 EXPECT_NE(nullptr, CommonUtils::GetRemoteObject(LOCATION_GEO_CONVERT_SA_ID));
197 EXPECT_EQ(nullptr, CommonUtils::GetRemoteObject(UNKNOWN_SA_ID));
/base/useriam/user_auth_framework/frameworks/native/client/inc/
Dipc_client_utils.h26 static sptr<IRemoteObject> GetRemoteObject(int32_t saId);
/base/useriam/user_auth_framework/test/unittest/inner_api/mocks/
Dmock_ipc_client_utils.h26 static sptr<IRemoteObject> GetRemoteObject(int32_t saId);
Dmock_ipc_client_utils.cpp22 sptr<IRemoteObject> IpcClientUtils::GetRemoteObject(int32_t saId) in GetRemoteObject() function in OHOS::UserIam::UserAuth::IpcClientUtils
/base/location/frameworks/native/source/
Dfence_impl.cpp65 …sptr<IRemoteObject> proxyExt = CommonUtils::GetRemoteObject(FENCE_SA_ID, CommonUtils::InitDeviceId… in AddFenceExt()
93 …sptr<IRemoteObject> proxyExt = CommonUtils::GetRemoteObject(FENCE_SA_ID, CommonUtils::InitDeviceId… in RemoveFenceExt()
/base/useriam/user_auth_framework/frameworks/native/client/src/
Dipc_client_utils.cpp26 sptr<IRemoteObject> IpcClientUtils::GetRemoteObject(int32_t saId) in GetRemoteObject() function in OHOS::UserIam::UserAuth::IpcClientUtils
Dco_auth_client_impl.cpp70 …sptr<IRemoteObject> obj = IpcClientUtils::GetRemoteObject(SUBSYS_USERIAM_SYS_ABILITY_AUTHEXECUTORM… in GetProxy()
Duser_idm_client_impl.cpp268 sptr<IRemoteObject> obj = IpcClientUtils::GetRemoteObject(SUBSYS_USERIAM_SYS_ABILITY_USERIDM); in GetProxy()
Duser_auth_client_impl.cpp307 sptr<IRemoteObject> obj = IpcClientUtils::GetRemoteObject(SUBSYS_USERIAM_SYS_ABILITY_USERAUTH); in GetProxy()
/base/location/test/mock/src/
Dmock_common_utils.cpp26 sptr<IRemoteObject> CommonUtils::GetRemoteObject( in GetRemoteObject() function in OHOS::Location::CommonUtils
/base/account/os_account/interfaces/kits/napi/appaccount/src/
Dnapi_app_account_authenticator_callback.cpp38 sptr<IRemoteObject> NapiAppAccountAuthenticatorCallback::GetRemoteObject() in GetRemoteObject() function in OHOS::AccountJsKit::NapiAppAccountAuthenticatorCallback
140 …o callbackProxy = iface_cast<IAppAccountAuthenticatorCallback>(param->callback->GetRemoteObject()); in JsOnResult()
173 …o callbackProxy = iface_cast<IAppAccountAuthenticatorCallback>(param->callback->GetRemoteObject()); in JsOnRequestRedirected()
203 …o callbackProxy = iface_cast<IAppAccountAuthenticatorCallback>(param->callback->GetRemoteObject()); in JsOnRequestContinued()
Dnapi_app_account_authenticator.cpp560 napi_value NapiAppAccountAuthenticator::GetRemoteObject(napi_env env, napi_callback_info cbInfo) in GetRemoteObject() function in OHOS::AccountJsKit::NapiAppAccountAuthenticator
613 napi_create_function(env, "getRemoteObject", 0, GetRemoteObject, nullptr, &func); in JsConstructor()
/base/account/os_account/interfaces/kits/napi/appaccount/include/
Dnapi_app_account_authenticator_callback.h30 sptr<IRemoteObject> GetRemoteObject();
Dnapi_app_account_authenticator.h87 static napi_value GetRemoteObject(napi_env env, napi_callback_info cbInfo);
/base/location/interfaces/inner_api/include/
Dcommon_utils.h172 static sptr<IRemoteObject> GetRemoteObject(int abilityId);
173 static sptr<IRemoteObject> GetRemoteObject(int abilityId, std::string deviceId);
/base/location/services/location_locator/locator/include/
Drequest_manager.h52 sptr<IRemoteObject> GetRemoteObject(std::string abilityName);
/base/location/services/location_locator/locator/source/
Dlocator_ability.cpp462 CommonUtils::GetRemoteObject(LOCATION_GNSS_SA_ID, CommonUtils::InitDeviceId()); in SendGnssRequest()
734 CommonUtils::GetRemoteObject(LOCATION_GNSS_SA_ID, CommonUtils::InitDeviceId()); in UpdateLoadedSaMap()
739 … CommonUtils::GetRemoteObject(LOCATION_NETWORK_LOCATING_SA_ID, CommonUtils::InitDeviceId()); in UpdateLoadedSaMap()
744 … CommonUtils::GetRemoteObject(LOCATION_NOPOWER_LOCATING_SA_ID, CommonUtils::InitDeviceId()); in UpdateLoadedSaMap()
757 …sptr<IRemoteObject> objectGnss = CommonUtils::GetRemoteObject(LOCATION_GNSS_SA_ID, CommonUtils::In… in UpdateProxyMap()
769 … sptr<IRemoteObject> objectNetwork = CommonUtils::GetRemoteObject(LOCATION_NETWORK_LOCATING_SA_ID, in UpdateProxyMap()
782 … sptr<IRemoteObject> objectPassive = CommonUtils::GetRemoteObject(LOCATION_NOPOWER_LOCATING_SA_ID, in UpdateProxyMap()
1133 sptr<IRemoteObject> remoteObject = CommonUtils::GetRemoteObject(LOCATION_GEO_CONVERT_SA_ID, in SendGeoRequest()
1402 CommonUtils::GetRemoteObject(COMMON_SA_ID, CommonUtils::InitDeviceId()); in SendSwitchStateToHifenceEvent()
Dfusion_controller.cpp80 … sptr<IRemoteObject> remoteObject = CommonUtils::GetRemoteObject(LOCATION_NETWORK_LOCATING_SA_ID); in RequestQuickFix()
Dsubability_common.cpp234 CommonUtils::GetRemoteObject(LOCATION_LOCATOR_SA_ID, CommonUtils::InitDeviceId()); in ReportLocationInfo()
Drequest_manager.cpp442 …sptr<IRemoteObject> remoteObject = CommonUtils::GetRemoteObject(systemAbilityId, CommonUtils::Init… in ProxySendLocationRequest()
470 sptr<IRemoteObject> RequestManager::GetRemoteObject(std::string abilityName) in GetRemoteObject() function in OHOS::Location::RequestManager
/base/location/frameworks/location_common/common/source/
Dcommon_utils.cpp173 sptr<IRemoteObject> CommonUtils::GetRemoteObject(int abilityId) in GetRemoteObject() function in OHOS::Location::CommonUtils
175 return GetRemoteObject(abilityId, InitDeviceId()); in GetRemoteObject()
178 sptr<IRemoteObject> CommonUtils::GetRemoteObject(int abilityId, std::string deviceId) in GetRemoteObject() function in OHOS::Location::CommonUtils
/base/location/test/location_locator/source/
Drequest_manager_test.cpp490 requestManager_->GetRemoteObject(GNSS_ABILITY);
492 requestManager_->GetRemoteObject("");
Dlocator_service_test.cpp2000 …sptr<IRemoteObject> objectGnss = CommonUtils::GetRemoteObject(LOCATION_GNSS_SA_ID, CommonUtils::In…