Home
last modified time | relevance | path

Searched refs:RemoveSAMonitor (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_monitior/src/
H A Dcomponent_monitor_test.cpp96 compMonitorPtr_->RemoveSAMonitor(saId);
114 compMonitorPtr_->RemoveSAMonitor(saId);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_monitor.h37 void RemoveSAMonitor(int32_t saId);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_monitor.cpp102 void ComponentMonitor::RemoveSAMonitor(int32_t saId) in RemoveSAMonitor() function in OHOS::DistributedHardware::ComponentMonitor
H A Dcomponent_manager.cpp229 compMonitorPtr_->RemoveSAMonitor(compSrcSaId_.at(comp.first)); in UnInitSAMonitor()