Searched refs:clientLock_ (Results 1 – 2 of 2) sorted by relevance
38 std::lock_guard<std::mutex> lock(clientLock_); in GetDeviceProfileService()56 std::lock_guard<std::mutex> lock(clientLock_); in GetDeviceProfileService()70 std::unique_lock<std::mutex> lock(clientLock_); in LoadDevAttestProfile()94 std::unique_lock<std::mutex> lock(clientLock_); in LoadSystemAbilitySuccess()103 std::unique_lock<std::mutex> lock(clientLock_); in LoadSystemAbilityFail()
42 std::mutex clientLock_; variable