Home
last modified time | relevance | path

Searched refs:IsCapKeyMatchDeviceId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/
H A Dcapability_utils.cpp33 bool IsCapKeyMatchDeviceId(const std::string &key, const std::string &deviceId) in IsCapKeyMatchDeviceId() function
H A Dcapability_info_manager.cpp259 if (!IsCapKeyMatchDeviceId(iter->first, deviceId)) { in RemoveCapabilityInfoInDB()
304 if (!IsCapKeyMatchDeviceId(iter->first, deviceId)) { in RemoveCapabilityInfoInMem()
550 if (IsCapKeyMatchDeviceId(capabilityInfo.first, deviceId)) { in GetCapabilitiesByDeviceId()
H A Dlocal_capability_info_manager.cpp177 if (IsCapKeyMatchDeviceId(capabilityInfo.first, deviceId)) { in GetCapabilitiesByDeviceId()
H A Dmeta_info_manager.cpp297 if (IsCapKeyMatchDeviceId(metaCapInfo.first, udidHash)) { in GetMetaCapInfosByUdidHash()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/
H A Dcapability_utils.h51 bool IsCapKeyMatchDeviceId(const std::string &key, const std::string &deviceId);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/resourcemanager/src/
H A Dresource_manager_test.cpp451 bool ret = IsCapKeyMatchDeviceId(key, DEV_ID_0);
464 bool ret = IsCapKeyMatchDeviceId(key, DEV_ID_0);