Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp103 std::lock_guard<std::mutex> lock(compHandlerMapMutex_); in GetAllCompTypes()
388 std::lock_guard<std::mutex> lock(compHandlerMapMutex_); in GetAllHandler()
409 std::lock_guard<std::mutex> lock(compHandlerMapMutex_); in GetHardwareHandler()
434 std::lock_guard<std::mutex> lock(compHandlerMapMutex_); in GetSource()
459 std::lock_guard<std::mutex> lock(compHandlerMapMutex_); in GetSink()
550 std::lock_guard<std::mutex> lock(compHandlerMapMutex_); in UnInit()
617 std::lock_guard<std::mutex> lock(compHandlerMapMutex_); in GetSourceSaId()
627 std::lock_guard<std::mutex> lock(compHandlerMapMutex_); in GetDHTypeBySrcSaId()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentloader/
H A Dcomponent_loader.h105 std::mutex compHandlerMapMutex_; variable