Home
last modified time | relevance | path

Searched refs:executed (Results 1 - 3 of 3) sorted by relevance

/foundation/window/window_manager/window_scene/test/unittest/
H A Dtask_scheduler_test.cpp139 bool executed = false; in HWTEST_F() local
141 auto taskFunc = [&executed]() { in HWTEST_F()
143 executed = true; in HWTEST_F()
148 ASSERT_EQ(executed, false); in HWTEST_F()
/foundation/multimedia/player_framework/services/utils/include/
H A Dtask_queue.h47 * MEDIA_LOGI("handler1 executed, result: %{public}d", result.Value());
49 * MEDIA_LOGI("handler1 not executed");
61 * MEDIA_LOGI("handler2 executed");
63 * MEDIA_LOGI("handler2 not executed");
90 return executed; in HasResult()
94 bool executed = false; member
110 // clear the internel executed or canceled state.
135 result_.executed = true; in onstexpr()
200 std::swap(tmp.executed, result_.executed); in ClearResult()
[all...]
/foundation/arkui/napi/test/unittest/
H A Dtest_napi.cpp4068 bool executed = false; in HWTEST_F() member
4077 asyncWorkContext->executed = true; in HWTEST_F()

Completed in 17 milliseconds