Home
last modified time | relevance | path

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

/foundation/communication/wifi/wifi/base/state_machine/include/
H A Dhandler.h79 void MessageExecutedAtTime(InternalMessagePtr msg, int64_t execTime);
/foundation/communication/wifi/wifi/base/state_machine/src/
H A Dhandler.cpp164 MessageExecutedAtTime(msg, nowTime + delayTime); in MessageExecutedLater()
181 void Handler::MessageExecutedAtTime(InternalMessagePtr msg, int64_t execTime) in MessageExecutedAtTime() function in OHOS::Wifi::Handler
184 LOGE("%{public}s MessageExecutedAtTime: msg is null.", mThreadName.c_str()); in MessageExecutedAtTime()
188 LOGD("{%public}s MessageExecutedAtTime msg: %{public}d", mThreadName.c_str(), msg->GetMessageName()); in MessageExecutedAtTime()
H A Dstate_machine.cpp426 MessageExecutedAtTime(pStateMachine->CreateMessage(SM_INIT_CMD), 0); in BuildTreeComplete()

Completed in 2 milliseconds