Home
last modified time | relevance | path

Searched refs:WaitForResult (Results 1 - 7 of 7) sorted by relevance

/foundation/ai/intelligent_voice_framework/tests/unittest/intell_voice_test/src/
H A Dwait_for_result.cpp18 #define LOG_TAG "WaitForResult"
22 void WaitForResult::Wait() in Wait()
28 void WaitForResult::SetIsReady() in SetIsReady()
H A Dclient_unit_test.cpp68 WaitForResult waitForResult; in HWTEST_F()
/foundation/ai/intelligent_voice_framework/tests/unittest/intell_voice_test/include/
H A Dengine_event_callback.h27 EngineEventCallback(sptr<OHOS::IntellVoiceEngine::IIntellVoiceEngine> &engine, WaitForResult *wait) in EngineEventCallback()
42 WaitForResult *waitForResult_;
H A Dwait_for_result.h24 class WaitForResult { class
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/
H A Dcomponent_manager.cpp145 if (!WaitForResult(Action::START_SOURCE, sourceResult)) { in StartComponent()
150 if (!WaitForResult(Action::START_SINK, sinkResult)) { in StartComponent()
273 if (!WaitForResult(Action::STOP_SOURCE, sourceResult)) { in StopComponent()
276 if (!WaitForResult(Action::STOP_SINK, sinkResult)) { in StopComponent()
458 bool ComponentManager::WaitForResult(const Action &action, ActionResult actionsResult) in WaitForResult() function in OHOS::DistributedHardware::ComponentManager
931 if (!WaitForResult(Action::START_SOURCE, sourceResult)) { in ReStartSA()
935 if (!WaitForResult(Action::START_SINK, sinkResult)) { in ReStartSA()
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/include/componentmanager/
H A Dcomponent_manager.h106 bool WaitForResult(const Action &action, ActionResult result);
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/
H A Dcomponent_manager_test.cpp394 * @tc.desc: Verify the WaitForResult function
402 bool ret = ComponentManager::GetInstance().WaitForResult(action, actionsResult); in HWTEST_F()

Completed in 7 milliseconds