Searched refs:WaitForResult (Results 1 - 7 of 7) sorted by relevance
/foundation/ai/intelligent_voice_framework/tests/unittest/intell_voice_test/src/ |
H A D | wait_for_result.cpp | 18 #define LOG_TAG "WaitForResult" 22 void WaitForResult::Wait() in Wait() 28 void WaitForResult::SetIsReady() in SetIsReady()
|
H A D | client_unit_test.cpp | 68 WaitForResult waitForResult; in HWTEST_F()
|
/foundation/ai/intelligent_voice_framework/tests/unittest/intell_voice_test/include/ |
H A D | engine_event_callback.h | 27 EngineEventCallback(sptr<OHOS::IntellVoiceEngine::IIntellVoiceEngine> &engine, WaitForResult *wait) in EngineEventCallback() 42 WaitForResult *waitForResult_;
|
H A D | wait_for_result.h | 24 class WaitForResult { class
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/ |
H A D | component_manager.cpp | 145 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 D | component_manager.h | 106 bool WaitForResult(const Action &action, ActionResult result);
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentmanager/component_manager/src/ |
H A D | component_manager_test.cpp | 394 * @tc.desc: Verify the WaitForResult function 402 bool ret = ComponentManager::GetInstance().WaitForResult(action, actionsResult); in HWTEST_F()
|
Completed in 7 milliseconds