Searched refs:serviceProfileMutex_ (Results 1 – 2 of 2) sorted by relevance
81 std::lock_guard<std::mutex> lock(serviceProfileMutex_); in UnInit()127 std::lock_guard<std::mutex> lock(serviceProfileMutex_); in AddServiceProfile()215 std::lock_guard<std::mutex> lock(serviceProfileMutex_); in GetServiceProfile()288 std::lock_guard<std::mutex> lock(serviceProfileMutex_); in DeleteServiceProfile()342 std::lock_guard<std::mutex> lock(serviceProfileMutex_); in IsServiceProfileExist()
106 std::mutex serviceProfileMutex_; variable