Home
last modified time | relevance | path

Searched refs:sourceSaId (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentloader/
H A Dcomponent_loader.h44 int32_t sourceSaId; member
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp395 comHandler.sourceSaId = itor->second.compSourceSaId; in GetAllHandler()
622 return compHandlerMap_[dhType].sourceSaId; in GetSourceSaId()
630 if (handler.second.sourceSaId == saId) { in GetDHTypeBySrcSaId()
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentloader/src/
H A Dcomponent_loader_test.cpp245 comHandler.sourceSaId = 1;