Home
last modified time | relevance | path

Searched defs:when (Results 1 – 17 of 17) sorted by relevance

/base/request/request/test/unittest/js_test/requestAgentTaskTest/entry/src/main/
Dmodule.json51 "when": "always" string
59 "when": "inuse" string
72 "when":"always" string
81 "when":"always" string
/base/request/request/test/unittest/js_test/requestQueryTaskTest/entry/src/main/
Dmodule.json51 "when": "always" string
59 "when": "inuse" string
72 "when":"always" string
81 "when":"always" string
/base/request/request/test/unittest/js_test/requestSystemQueryTest/entry/src/main/
Dmodule.json50 "when": "always" string
58 "when": "inuse" string
79 "when":"always" string
88 "when":"always" string
/base/time/time_service/services/timer/include/
Dtimer_info.h37 std::chrono::milliseconds when; variable
/base/notification/eventhandler/frameworks/eventhandler/include/
Devent_handler_utils.h44 static inline int64_t TimePointToTimeOut(const InnerEvent::TimePoint &when) in TimePointToTimeOut()
/base/time/time_service/services/timer/src/
Dtimer_handler.cpp105 int TimerHandler::Set(uint32_t type, std::chrono::nanoseconds when) in Set()
Dtimer_manager.cpp249 std::chrono::milliseconds when, in SetHandlerLocked()
398 std::chrono::steady_clock::time_point TimerManager::ConvertToElapsed(std::chrono::milliseconds when in ConvertToElapsed()
565 void TimerManager::SetLocked(int type, std::chrono::nanoseconds when) in SetLocked()
/base/security/permission_lite/services/pms/include/
Dperm_define.h60 enum GrantTime when; member
/base/notification/distributed_notification_service/frameworks/test/moduletest/
Dconfig.json24 "when": "inuse" string
/base/sensors/sensor/interfaces/plugin/test/unittest/gyroscope/
Dconfig.json24 "when": "inuse" string
/base/powermgr/power_manager/power_dialog/entry/src/main/
Dmodule.json61 "when": "always" string
/base/sensors/sensor/interfaces/plugin/test/unittest/sensor/
Dconfig.json24 "when": "inuse" string
/base/sensors/miscdevice/interfaces/plugin/vibrator/test/unittest/
Dconfig.json36 "when": "inuse" string
/base/sensors/sensor/interfaces/plugin/test/unittest/pedometer_detection/
Dconfig.json24 "when": "inuse" string
/base/sensors/sensor/interfaces/plugin/test/unittest/pedometer/
Dconfig.json24 "when": "inuse" string
/base/update/updater/services/package/pkg_manager/
Dpkg_utils.cpp182 void ExtraTimeAndDate(time_t when, uint16_t &date, uint16_t &time) in GetFileSize()
/base/notification/eventhandler/frameworks/eventhandler/src/
Devent_queue.cpp464 void EventQueue::WaitUntilLocked(const InnerEvent::TimePoint &when, std::unique_lock<std::mutex> &l… in WaitUntilLocked()