Home
last modified time | relevance | path

Searched refs:AddLocationCallBack (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/location/frameworks/native/location_ndk/include/
H A Dlocator_c_impl.h49 void AddLocationCallBack(OHOS::sptr<OHOS::Location::LocationInfoCallbackHost>& callback);
/ohos5.0/base/location/frameworks/native/location_ndk/source/
H A Dlocator_c_impl.cpp75 AddLocationCallBack(locatorCallbackHost); in OH_Location_StartLocating()
221 void AddLocationCallBack(OHOS::sptr<OHOS::Location::LocationInfoCallbackHost>& callback) in AddLocationCallBack() function
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocator_impl.h631 …void AddLocationCallBack(std::unique_ptr<RequestConfig>& requestConfig, sptr<ILocatorCallback>& ca…
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_impl.cpp142 AddLocationCallBack(requestConfig, callback); in StartLocating()
726 AddLocationCallBack(requestConfig, callback); in StartLocatingV9()
1438 void LocatorImpl::AddLocationCallBack(std::unique_ptr<RequestConfig>& requestConfig, in AddLocationCallBack() function in OHOS::Location::LocatorImpl