Home
last modified time | relevance | path

Searched refs:execTime (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/unittest/frs_form_render_serial_queue_test/
H A Dfrs_form_render_serial_queue_test.cpp59 auto execTime = std::numeric_limits<uint64_t>::max() / 500; variable
74 auto execTime = 0; variable
75 EXPECT_TRUE(serialQueueTask.ScheduleTask(execTime, []() {})); in __anon98abbcca0202()
87 auto execTime = 5; variable
102 auto execTime = 5; variable
122 auto execTime = 5; variable
140 auto execTime = 0; variable
157 auto execTime = 3; variable
174 auto execTime = 5; variable
194 auto execTime = 5; variable
[all …]
/ohos5.0/foundation/communication/wifi/wifi/base/state_machine/src/
H A Dhandler.cpp199 void Handler::MessageExecutedAtTime(InternalMessagePtr msg, int64_t execTime) in MessageExecutedAtTime() argument
214 if (pMyQueue->AddMessageToQueue(msg, execTime) != true) { in MessageExecutedAtTime()
228 MessageExecutedLater(msg, execTime - nowTime); in MessageExecutedAtTime()
/ohos5.0/foundation/communication/wifi/wifi/base/state_machine/include/
H A Dhandler.h79 void MessageExecutedAtTime(InternalMessagePtr msg, int64_t execTime);