/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/ |
D | provision_verify_test.cpp | 45 "not-before": 1262275201, 65 "not-before": 1262275200, 85 "not-before": 1262275200, 105 "not-before": 1262275300, 130 "not-before": 1262275600, 153 "not-before": 1262275600, 177 "not-before": 1262275700, 329 "not-before": 1262275200, 409 "not-before": 1262275200, 458 "not-before": 1262275200, [all …]
|
/base/request/request/services/service/rust/src/c_wrapper/include/ |
D | c_filter.h | 22 int64_t before; member
|
/base/request/request/services/service/rust/src/ |
D | filter.rs | 25 pub before: i64, field
|
D | request_service.rs | 477 let before: i64 = data.read()?; in search() localVariable 478 debug!(LOG_LABEL, "search before is {}", @public(before)); in search() 488 before, in search()
|
/base/update/updater/services/script/script_interpreter/ |
D | script_statement.h | 106 static UScriptStatement* CreateForStatement(UScriptExpression *before, 166 …UScriptForStatement(UScriptExpression *before, UScriptExpression *condition, UScriptExpression *af… in UScriptForStatement() argument 167 UScriptStatementList *statements) : UScriptStatement(STATEMENT_TYPE_FOR), before_(before), in UScriptForStatement()
|
D | script_statement.cpp | 109 UScriptStatement* UScriptStatement::CreateForStatement(UScriptExpression *before, in CreateForStatement() argument 114 return new UScriptForStatement(before, condition, after, list); in CreateForStatement()
|
/base/customization/config_policy/ |
D | config_policy.gni | 17 # if fs has prefix before OH path, set it here
|
/base/hiviewdfx/hiview/base/event_store/include/ |
D | sys_event_query_wrapper.h | 63 bool IsQueryCostTimeValid(const DbQueryTag& tag, const time_t before, const time_t after,
|
/base/request/request/frameworks/js/napi/src/ |
D | js_task.cpp | 396 filter.before = duration_cast<milliseconds>(system_clock::now().time_since_epoch()).count(); in ParseSearch() 397 filter.after = filter.before - MILLISECONDS_IN_ONE_DAY; in ParseSearch() 410 filter.before = ParseBefore(env, argv[0]); in ParseSearch() 411 filter.after = ParseAfter(env, argv[0], filter.before); in ParseSearch() 412 if (filter.before < filter.after) { in ParseSearch() 486 int64_t JsTask::ParseAfter(napi_env env, napi_value value, int64_t before) in ParseAfter() argument 488 int64_t defaultValue = before - MILLISECONDS_IN_ONE_DAY; in ParseAfter()
|
/base/hiviewdfx/hiview/base/event_store/dao/ |
D | sys_event_query_wrapper.cpp | 152 bool SysEventQueryWrapper::IsQueryCostTimeValid(const DbQueryTag& tag, const time_t before, in IsQueryCostTimeValid() argument 156 time_t duration = after - before; in IsQueryCostTimeValid()
|
/base/notification/distributed_notification_service/services/dialog_ui/enable_notification_dialog/entry/src/main/ets/pages/ |
D | notifybody.ets | 91 console.info("NotificationDialog before enableNotification")
|
/base/request/request/frameworks/js/napi/include/ |
D | js_task.h | 91 static int64_t ParseAfter(napi_env env, napi_value value, int64_t before);
|
D | js_common.h | 216 int64_t before; member
|
/base/usb/usb_manager/frameworks/dialog/functionswitch_ui/usb_function_dialog/src/main/ets/ServiceExtAbility/ |
D | UsbFunctionSwitchWindowAbility.ets | 86 * Lifecycle function, called back before a service extension is destroyed.
|
/base/request/request/test/unittest/js_test/requestQueryTaskTest/entry/src/main/ets/test/ |
D | RequestQuery.test.ets | 565 before: Date.parse("2023-7-9 00:00:00"), 584 before: Date.parse("2023-7-9 23:00:00"), 609 before: Date.parse(new Date()), 648 * @tc.desc: Test search task for before and after type is string 659 before:"2023-7-9 23:00:00",
|
/base/powermgr/powermgr_lite/ |
D | README_zh.md | 102 DestroyRunningLock(lock); // Must release runninglock before destroyed
|
D | README.md | 97 DestroyRunningLock(lock); // Must release runninglock before destroyed
|
/base/security/device_security_level/ |
D | README.md | 118 // Release the memory before the processing is complete. 146 // Release the memory before the processing is complete.
|
/base/security/access_token/ |
D | README.md | 11 - Verifying app permissions based on the token ID before an app accesses sensitive data or calls …
|
/base/request/request/frameworks/native/src/ |
D | request_service_proxy.cpp | 188 data.WriteInt64(filter.before); in Search()
|
/base/hiviewdfx/hilog_lite/ |
D | README.md | 125 …module can be successfully initialized even if this switch is turned off before compilation. By de… 130 …e590149438be7393317530fda"></a>Dump switch. If this switch is turned off before compilation, the H… 135 …18c2faaa8c22c6bd3"></a>Event output switch. If this switch is turned off before compilation, the H…
|
/base/usb/usb_manager/ |
D | README.md | 51 … | Claims a USB interface exclusively. This must be done before data transfer. …
|
/base/startup/init/ |
D | README.md | 37 pre-init: operations required before system services are started, for example, mounting a file syst… 107 … is executed first. Operations (for example, creating a folder) required before the process startu…
|
/base/request/request/services/service/rust/src/c_wrapper/source/ |
D | c_request_database.cpp | 325 …etween("ctime", std::to_string(filter.commonData.after), std::to_string(filter.commonData.before)); in Search()
|
/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/ |
D | output_p.inl | 19 * And sufficient input validation is performed before calling 728 … const SecChar *pFltFmt = format - 2; /* point to the position before 'f' or 'g' */
|