Home
last modified time | relevance | path

Searched refs:GetSourceSaId (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentloader/
H A Dcomponent_loader.h83 int32_t GetSourceSaId(const DHType dhType);
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentloader/src/
H A Dcomponent_loader_test.cpp343 * @tc.desc: Verify the GetSourceSaId function.
351 int32_t ret = ComponentLoader::GetInstance().GetSourceSaId(DHType::UNKNOWN); in HWTEST_F()
356 ret = ComponentLoader::GetInstance().GetSourceSaId(DHType::AUDIO); in HWTEST_F()
1069 ret = ComponentLoader::GetInstance().GetSourceSaId(dhType); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp609 int32_t ComponentLoader::GetSourceSaId(const DHType dhType) in GetSourceSaId() function in OHOS::DistributedHardware::ComponentLoader
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp505 int32_t saId = ComponentLoader::GetInstance().GetSourceSaId(type); in InitCompSource()

Completed in 8 milliseconds