Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_ability.cpp1136 callbackMessage->SetCallback(callback); in StopLocating()
1138 Get(EVENT_STOP_LOCATING, callbackMessage); in StopLocating()
1576 callbackMessage->SetCallback(callback); in RegisterLocationError()
1577 callbackMessage->SetAppIdentity(identity); in RegisterLocationError()
1579 Get(EVENT_REG_LOCATION_ERROR, callbackMessage); in RegisterLocationError()
1589 callbackMessage->SetCallback(callback); in UnregisterLocationError()
1590 callbackMessage->SetAppIdentity(identity); in UnregisterLocationError()
2042 if (callbackMessage == nullptr) { in StopLocatingEvent()
2070 if (callbackMessage == nullptr) { in RegLocationErrorEvent()
2075 callbackMessage->GetAppIdentity()); in RegLocationErrorEvent()
[all …]