Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_network/network/source/
H A Dnetwork_ability.cpp41 const uint32_t EVENT_RESTART_ALL_LOCATION_REQUEST = 0x0200; variable
227 auto event = state ? AppExecFwk::InnerEvent::Get(EVENT_RESTART_ALL_LOCATION_REQUEST, 0) : in SetEnable()
553 … networkHandler_->SendHighPriorityEvent(EVENT_RESTART_ALL_LOCATION_REQUEST, 0, DELAY_RESTART_MS); in RestartNlpRequests()
598 case EVENT_RESTART_ALL_LOCATION_REQUEST: { in ProcessEvent()