Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_network/network/source/
H A Dnetwork_ability.cpp161 std::unique_lock<ffrt::mutex> uniqueLock(nlpServiceMutex_); in ConnectNlpService()
195 std::unique_lock<ffrt::mutex> uniqueLock(nlpServiceMutex_); in ResetServiceProxy()
202 std::unique_lock<ffrt::mutex> uniqueLock(nlpServiceMutex_); in NotifyConnected()
209 std::unique_lock<ffrt::mutex> uniqueLock(nlpServiceMutex_); in NotifyDisConnected()
329 std::unique_lock<ffrt::mutex> uniqueLock(nlpServiceMutex_); in RequestNetworkLocation()
357 std::unique_lock<ffrt::mutex> uniqueLock(nlpServiceMutex_); in RemoveNetworkLocation()
518 std::unique_lock<ffrt::mutex> uniqueLock(nlpServiceMutex_); in RegisterNlpServiceDeathRecipient()
531 std::unique_lock<ffrt::mutex> uniqueLock(nlpServiceMutex_); in UnregisterNlpServiceDeathRecipient()
545 std::unique_lock<ffrt::mutex> uniqueLock(nlpServiceMutex_); in IsConnect()
/ohos5.0/base/location/services/location_network/network/include/
H A Dnetwork_ability.h100 ffrt::mutex nlpServiceMutex_; variable