Home
last modified time | relevance | path

Searched refs:GetRemoteObject (Results 1 – 21 of 21) 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/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.cpp69 …sptr<IRemoteObject> obj = IpcClientUtils::GetRemoteObject(SUBSYS_USERIAM_SYS_ABILITY_AUTHEXECUTORM… in GetProxy()
Duser_idm_client_impl.cpp259 sptr<IRemoteObject> obj = IpcClientUtils::GetRemoteObject(SUBSYS_USERIAM_SYS_ABILITY_USERIDM); in GetProxy()
Duser_auth_client_impl.cpp298 sptr<IRemoteObject> obj = IpcClientUtils::GetRemoteObject(SUBSYS_USERIAM_SYS_ABILITY_USERAUTH); in GetProxy()
/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.cpp519 napi_value NapiAppAccountAuthenticator::GetRemoteObject(napi_env env, napi_callback_info cbInfo) in GetRemoteObject() function in OHOS::AccountJsKit::NapiAppAccountAuthenticator
572 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/services/location_locator/locator/source/
Dfusion_controller.cpp78 … sptr<IRemoteObject> remoteObject = CommonUtils::GetRemoteObject(LOCATION_NETWORK_LOCATING_SA_ID); in RequestQuickFix()
Dlocator_ability.cpp467 CommonUtils::GetRemoteObject(LOCATION_GNSS_SA_ID, CommonUtils::InitDeviceId()); in SendGnssRequest()
743 …sptr<IRemoteObject> objectGnss = CommonUtils::GetRemoteObject(LOCATION_GNSS_SA_ID, CommonUtils::In… in UpdateProxyMap()
753 … sptr<IRemoteObject> objectNetwork = CommonUtils::GetRemoteObject(LOCATION_NETWORK_LOCATING_SA_ID, in UpdateProxyMap()
764 … sptr<IRemoteObject> objectPassive = CommonUtils::GetRemoteObject(LOCATION_NOPOWER_LOCATING_SA_ID, in UpdateProxyMap()
1005 sptr<IRemoteObject> remoteObject = CommonUtils::GetRemoteObject(LOCATION_GEO_CONVERT_SA_ID, in SendGeoRequest()
Dsubability_common.cpp219 CommonUtils::GetRemoteObject(LOCATION_LOCATOR_SA_ID, CommonUtils::InitDeviceId()); in ReportLocationInfo()
Drequest_manager.cpp437 …sptr<IRemoteObject> remoteObject = CommonUtils::GetRemoteObject(systemAbilityId, CommonUtils::Init… in ProxySendLocationRequest()
465 sptr<IRemoteObject> RequestManager::GetRemoteObject(std::string abilityName) in GetRemoteObject() function in OHOS::Location::RequestManager
/base/location/interfaces/inner_api/include/
Dcommon_utils.h163 static sptr<IRemoteObject> GetRemoteObject(int abilityId);
164 static sptr<IRemoteObject> GetRemoteObject(int abilityId, std::string deviceId);
/base/location/services/location_locator/locator/include/
Drequest_manager.h50 sptr<IRemoteObject> GetRemoteObject(std::string abilityName);
/base/location/frameworks/location_common/common/source/
Dcommon_utils.cpp153 sptr<IRemoteObject> CommonUtils::GetRemoteObject(int abilityId) in GetRemoteObject() function in OHOS::Location::CommonUtils
155 return GetRemoteObject(abilityId, InitDeviceId()); in GetRemoteObject()
158 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.cpp526 requestManager_->GetRemoteObject(GNSS_ABILITY);
528 requestManager_->GetRemoteObject("");
Dlocator_service_test.cpp1996 …sptr<IRemoteObject> objectGnss = CommonUtils::GetRemoteObject(LOCATION_GNSS_SA_ID, CommonUtils::In…