Home
last modified time | relevance | path

Searched refs:IsDHTypeExist (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp560 if (!IsDHTypeExist(dhType)) { in ReleaseHardwareHandler()
574 if (!IsDHTypeExist(dhType)) { in ReleaseSource()
588 if (!IsDHTypeExist(dhType)) { in ReleaseSink()
600 bool ComponentLoader::IsDHTypeExist(DHType dhType) in IsDHTypeExist() function in OHOS::DistributedHardware::ComponentLoader
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentloader/
H A Dcomponent_loader.h95 bool IsDHTypeExist(DHType dhType);
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentloader/src/
H A Dcomponent_loader_test.cpp328 * @tc.desc: Verify the IsDHTypeExist function.
336 bool ret = ComponentLoader::GetInstance().IsDHTypeExist(DHType::AUDIO); in HWTEST_F()
433 bool ret = ComponentLoader::GetInstance().IsDHTypeExist(dhType); in HWTEST_F()

Completed in 4 milliseconds