Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/service/message_handle/src/
H A Dclient_death_handler.cpp110 std::lock_guard<std::mutex> lockPidMap(mutexPidMap_); in AddClientPid()
122 std::lock_guard<std::mutex> lock(mutexPidMap_); in RemoveClientPid()
137 std::lock_guard<std::mutex> lock(mutexPidMap_); in FindClientPid()
/ohos5.0/foundation/multimodalinput/input/service/message_handle/include/
H A Dclient_death_handler.h55 std::mutex mutexPidMap_; variable