Home
last modified time | relevance | path

Searched refs:GetDHTypeBySrcSaId (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_monitior/src/
H A Dcomponent_monitor_test.cpp134 EXPECT_EQ(DHType::UNKNOWN, ComponentLoader::GetInstance().GetDHTypeBySrcSaId(saId)); in HWTEST_F()
153 EXPECT_EQ(DHType::UNKNOWN, ComponentLoader::GetInstance().GetDHTypeBySrcSaId(saId)); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentloader/
H A Dcomponent_loader.h84 DHType GetDHTypeBySrcSaId(const int32_t saId);
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_monitor.cpp56 DHType dhType = ComponentLoader::GetInstance().GetDHTypeBySrcSaId(saId); in OnRemoveSystemAbility()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentloader/src/
H A Dcomponent_loader_test.cpp439 * @tc.desc: Verify the GetDHTypeBySrcSaId function.
446 DHType dhType = ComponentLoader::GetInstance().GetDHTypeBySrcSaId(saId); in HWTEST_F()
1077 auto ret = ComponentLoader::GetInstance().GetDHTypeBySrcSaId(saId); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp618 DHType ComponentLoader::GetDHTypeBySrcSaId(const int32_t saId) in GetDHTypeBySrcSaId() function in OHOS::DistributedHardware::ComponentLoader

Completed in 5 milliseconds