Home
last modified time | relevance | path

Searched refs:appIdentity (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/location/services/location_gnss/gnss/source/
H A Dgnss_ability_skeleton.cpp175 AppIdentity appIdentity; in RegisterGnssStatusCallbackInner() local
176 appIdentity.ReadFromParcel(data); in RegisterGnssStatusCallbackInner()
178 reply.WriteInt32(RegisterGnssStatusCallback(client, appIdentity)); in RegisterGnssStatusCallbackInner()
198 AppIdentity appIdentity; in RegisterNmeaMessageCallbackInner() local
199 appIdentity.ReadFromParcel(data); in RegisterNmeaMessageCallbackInner()
201 reply.WriteInt32(RegisterNmeaMessageCallback(client, appIdentity)); in RegisterNmeaMessageCallbackInner()
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocation_data_manager.h34 …ationErrCode RegisterSwitchCallback(const sptr<IRemoteObject>& callback, AppIdentity& appIdentity);
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_impl.cpp197 AppIdentity appIdentity; in RegisterSwitchCallback() local
198 appIdentity.SetTokenId(IPCSkeleton::GetCallingTokenID()); in RegisterSwitchCallback()
199 appIdentity.SetUid(IPCSkeleton::GetCallingUid()); in RegisterSwitchCallback()
200 return locationDataManager_->RegisterSwitchCallback(callback, appIdentity) == ERRCODE_SUCCESS; in RegisterSwitchCallback()
770 AppIdentity appIdentity; in RegisterSwitchCallbackV9() local
771 appIdentity.SetTokenId(IPCSkeleton::GetCallingTokenID()); in RegisterSwitchCallbackV9()
772 appIdentity.SetUid(IPCSkeleton::GetCallingUid()); in RegisterSwitchCallbackV9()
774 RegisterSwitchCallback(callback, appIdentity); in RegisterSwitchCallbackV9()
/ohos5.0/base/location/services/location_locator/locator/include/
H A Drequest_manager.h70 void RegisterLocationErrorCallback(sptr<ILocatorCallback> callback, AppIdentity appIdentity);
H A Dlocator_ability.h276 void SetAppIdentity(AppIdentity& appIdentity);
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_ability.cpp1770 void LocatorCallbackMessage::SetAppIdentity(AppIdentity& appIdentity) in SetAppIdentity() argument
1772 appIdentity_ = appIdentity; in SetAppIdentity()