Home
last modified time | relevance | path

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

/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_impl.cpp44 std::shared_ptr<CallbackResumeManager> g_callbackResumer = std::make_shared<CallbackResumeManager>(… variable
1333 if (g_callbackResumer != nullptr && !IsCallbackResuming()) { in ResetLocatorProxy()
1339 g_callbackResumer->ResumeCallback(); in ResetLocatorProxy()
1592 if (g_callbackResumer != nullptr && !g_locatorImpl->HasGnssNetworkRequest()) { in OnAddSystemAbility()
1593 g_callbackResumer->ResumeCallback(); in OnAddSystemAbility()