Home
last modified time | relevance | path

Searched refs:before (Results 1 – 25 of 26) sorted by relevance

12

/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
Dprovision_verify_test.cpp45 "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/
Dc_filter.h22 int64_t before; member
/base/request/request/services/service/rust/src/
Dfilter.rs25 pub before: i64, field
Drequest_service.rs477 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/
Dscript_statement.h106 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()
Dscript_statement.cpp109 UScriptStatement* UScriptStatement::CreateForStatement(UScriptExpression *before, in CreateForStatement() argument
114 return new UScriptForStatement(before, condition, after, list); in CreateForStatement()
/base/customization/config_policy/
Dconfig_policy.gni17 # if fs has prefix before OH path, set it here
/base/hiviewdfx/hiview/base/event_store/include/
Dsys_event_query_wrapper.h63 bool IsQueryCostTimeValid(const DbQueryTag& tag, const time_t before, const time_t after,
/base/request/request/frameworks/js/napi/src/
Djs_task.cpp396 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/
Dsys_event_query_wrapper.cpp152 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/
Dnotifybody.ets91 console.info("NotificationDialog before enableNotification")
/base/request/request/frameworks/js/napi/include/
Djs_task.h91 static int64_t ParseAfter(napi_env env, napi_value value, int64_t before);
Djs_common.h216 int64_t before; member
/base/usb/usb_manager/frameworks/dialog/functionswitch_ui/usb_function_dialog/src/main/ets/ServiceExtAbility/
DUsbFunctionSwitchWindowAbility.ets86 * Lifecycle function, called back before a service extension is destroyed.
/base/request/request/test/unittest/js_test/requestQueryTaskTest/entry/src/main/ets/test/
DRequestQuery.test.ets565 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/
DREADME_zh.md102 DestroyRunningLock(lock); // Must release runninglock before destroyed
DREADME.md97 DestroyRunningLock(lock); // Must release runninglock before destroyed
/base/security/device_security_level/
DREADME.md118 // Release the memory before the processing is complete.
146 // Release the memory before the processing is complete.
/base/security/access_token/
DREADME.md11 - Verifying app permissions based on the token ID before an app accesses sensitive data or calls …
/base/request/request/frameworks/native/src/
Drequest_service_proxy.cpp188 data.WriteInt64(filter.before); in Search()
/base/hiviewdfx/hilog_lite/
DREADME.md125 …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/
DREADME.md51 … | Claims a USB interface exclusively. This must be done before data transfer. …
/base/startup/init/
DREADME.md37 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/
Dc_request_database.cpp325 …etween("ctime", std::to_string(filter.commonData.after), std::to_string(filter.commonData.before)); in Search()
/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
Doutput_p.inl19 * And sufficient input validation is performed before calling
728 … const SecChar *pFltFmt = format - 2; /* point to the position before 'f' or 'g' */

12