Searched refs:nlpServiceMutex_ (Results 1 – 2 of 2) sorted by relevance
161 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()
100 ffrt::mutex nlpServiceMutex_; variable