Home
last modified time | relevance | path

Searched refs:actionsResult (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp401 ActionResult actionsResult; variable
402 bool ret = ComponentManager::GetInstance().WaitForResult(action, actionsResult);
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp458 bool ComponentManager::WaitForResult(const Action &action, ActionResult actionsResult) in WaitForResult() argument
462 for (auto &iter : actionsResult) { in WaitForResult()