/base/notification/eventhandler/frameworks/eventhandler/include/ |
D | event_handler_utils.h | 44 static inline int64_t TimePointToTimeOut(const InnerEvent::TimePoint &when) in TimePointToTimeOut() argument 47 if (when <= now) { in TimePointToTimeOut() 51 auto duration = when - now; in TimePointToTimeOut()
|
/base/time/time_service/services/timer/include/ |
D | timer_info.h | 37 std::chrono::milliseconds when; variable 46 std::chrono::milliseconds when,
|
D | timer_handler.h | 36 int Set(uint32_t type, std::chrono::nanoseconds when);
|
D | timer_manager.h | 66 std::chrono::milliseconds when, 93 void SetLocked(int type, std::chrono::nanoseconds when); 94 … std::chrono::steady_clock::time_point ConvertToElapsed(std::chrono::milliseconds when, int type);
|
/base/time/time_service/services/timer/src/ |
D | timer_handler.cpp | 105 int TimerHandler::Set(uint32_t type, std::chrono::nanoseconds when) in Set() argument 112 auto second = std::chrono::duration_cast<std::chrono::seconds>(when); in Set() 113 timespec ts {second.count(), (when - second).count()}; in Set()
|
D | timer_manager.cpp | 238 std::chrono::milliseconds when, in SetHandlerLocked() argument 250 auto alarm = std::make_shared<TimerInfo>(id, type, when, whenElapsed, windowLength, maxWhen, in SetHandlerLocked() 327 timer->when = timer->origWhen; in ReAddTimerLocked() 328 auto whenElapsed = ConvertToElapsed(timer->when, timer->type); in ReAddTimerLocked() 347 std::chrono::steady_clock::time_point TimerManager::ConvertToElapsed(std::chrono::milliseconds when… in ConvertToElapsed() argument 353 auto offset = when - systemTimeNow; in ConvertToElapsed() 359 auto offset = when - bootTimeNow; in ConvertToElapsed() 452 … SetHandlerLocked(alarm->id, alarm->type, alarm->when + delta, nextElapsed, alarm->windowLength, in TriggerTimersLocked() 501 void TimerManager::SetLocked(int type, std::chrono::nanoseconds when) in SetLocked() argument 503 handler_->Set(static_cast<uint32_t>(type), when); in SetLocked()
|
D | timer_info.cpp | 48 when {_when},
|
/base/update/updater/services/package/pkg_manager/ |
D | pkg_utils.cpp | 161 void ExtraTimeAndDate(time_t when, uint16_t &date, uint16_t &time) in GetFileSize() argument 163 when = static_cast<time_t>((static_cast<unsigned long>(when) + 1) & (~1)); in GetFileSize() 166 localtime_s(&nowTime, &when); in GetFileSize() 168 localtime_r(&when, &nowTime); in GetFileSize()
|
D | pkg_utils.h | 41 void ExtraTimeAndDate(time_t when, uint16_t &date, uint16_t &time);
|
/base/powermgr/battery_manager/services/native/test/unittest/ |
D | BUILD.gn | 91 ### test exceptions when Remote() return nullptr 123 ### test exceptions when MessageParcel::WriteInterfaceToken() return false 155 ### test exceptions when SendRequest() return value not equal ERR_OK 188 ### test exceptions when read reply MessageParcel error 220 ### test batterywakeup when battery plugged or not
|
/base/security/permission_lite/services/pms/include/ |
D | perm_define.h | 60 enum GrantTime when; member
|
/base/security/permission_lite/ |
D | README_zh.md | 139 "when": "always" 149 "when": "always" 159 "when": "always" 177 "when": "always" 187 "when": "always" 197 "when": "always"
|
D | README.md | 240 "when": "always" 250 "when": "always" 260 "when": "always"
|
/base/sensors/start/ |
D | README.md | 24 …itee.com/openharmony/sensors_miscdevice) part compartments, respectively. when selecting a part, t… 25 …ation items for the 3601 service. The sensors.xml file starts the service when the sensors process…
|
/base/update/updater/test/unittest/test_data/diffpatch/ |
D | patchtest.new | 27 # will be the string passed as the name when the template is invoked.
|
/base/security/certificate_manager/frameworks/cert_manager_standard/main/common/ |
D | BUILD.gn | 28 [ ":cert_manager_config" ] # Share include files for other gn when deps.
|
/base/security/huks/frameworks/huks_standard/main/common/ |
D | BUILD.gn | 37 [ ":huks_config" ] # Share include files for other gn when deps.
|
/base/hiviewdfx/hichecker/ |
D | README.md | 54 … | Defines a caution rule, which is programmed to print a log when an alarm is generat… 55 …fines a caution rule, which is programmed to force an application to exit when an alarm is generat…
|
/base/notification/eventhandler/interfaces/inner_api/ |
D | event_queue.h | 234 void WaitUntilLocked(const InnerEvent::TimePoint &when, std::unique_lock<std::mutex> &lock);
|
/base/notification/eventhandler/frameworks/eventhandler/src/ |
D | event_queue.cpp | 460 void EventQueue::WaitUntilLocked(const InnerEvent::TimePoint &when, std::unique_lock<std::mutex> &l… in WaitUntilLocked() argument 464 if (!ioWaiterHolder->WaitFor(lock, TimePointToTimeOut(when))) { in WaitUntilLocked()
|
/base/security/appverify/ |
D | README.md | 17 …tion package to ensure that the installation package is not tampered with when it is released on d…
|
/base/telephony/state_registry/ |
D | README.md | 34 - The API for registering an observer for the SIM card status takes effect only when SIM cards ar…
|
/base/hiviewdfx/hilog/ |
D | README.md | 27 1. hilogd is a resident service and is enabled by default when the system is started.
|
/base/sensors/miscdevice/ |
D | README.md | 38 - The APIs are valid only when your hardware is equipped with the required misc devices.
|
/base/request/request/ |
D | README.md | 162 | filename | string | File name in the request header when multiple parts are submitted. | 163 | name | string | Name of a form item when multiple parts are submitted. The default value is *…
|