Searched refs:IsCapKeyMatchDeviceId (Results 1 - 6 of 6) sorted by relevance
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/resourcemanager/ |
H A D | capability_utils.cpp | 33 bool IsCapKeyMatchDeviceId(const std::string &key, const std::string &deviceId) in IsCapKeyMatchDeviceId() function
|
H A D | local_capability_info_manager.cpp | 177 if (IsCapKeyMatchDeviceId(capabilityInfo.first, deviceId)) { in GetCapabilitiesByDeviceId() 268 if (!IsCapKeyMatchDeviceId(iter->first, deviceId)) { in RemoveLocalInfoInMemByUuid()
|
H A D | capability_info_manager.cpp | 259 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 D | meta_info_manager.cpp | 297 if (IsCapKeyMatchDeviceId(metaCapInfo.first, udidHash)) { in GetMetaCapInfosByUdidHash() 346 if (!IsCapKeyMatchDeviceId(iter->first, udIdHash)) { in RemoveMetaInfoInMemByUdid()
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/resourcemanager/ |
H A D | capability_utils.h | 51 bool IsCapKeyMatchDeviceId(const std::string &key, const std::string &deviceId);
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/resourcemanager/src/ |
H A D | resource_manager_test.cpp | 444 * @tc.desc: Verify the IsCapKeyMatchDeviceId function. 451 bool ret = IsCapKeyMatchDeviceId(key, DEV_ID_0); in HWTEST_F() 457 * @tc.desc: Verify the IsCapKeyMatchDeviceId function. 464 bool ret = IsCapKeyMatchDeviceId(key, DEV_ID_0); in HWTEST_F()
|
Completed in 6 milliseconds