Home
last modified time | relevance | path

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

/ohos5.0/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));
153 EXPECT_EQ(DHType::UNKNOWN, ComponentLoader::GetInstance().GetDHTypeBySrcSaId(saId));
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_monitor.cpp56 DHType dhType = ComponentLoader::GetInstance().GetDHTypeBySrcSaId(saId); in OnRemoveSystemAbility()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentloader/
H A Dcomponent_loader.h85 DHType GetDHTypeBySrcSaId(const int32_t saId);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentloader/src/
H A Dcomponent_loader_test.cpp325 DHType dhType = ComponentLoader::GetInstance().GetDHTypeBySrcSaId(saId);
956 auto ret = ComponentLoader::GetInstance().GetDHTypeBySrcSaId(saId);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp625 DHType ComponentLoader::GetDHTypeBySrcSaId(const int32_t saId) in GetDHTypeBySrcSaId() function in OHOS::DistributedHardware::ComponentLoader