Home
last modified time | relevance | path

Searched defs:before (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/request/request/services/src/service/command/
H A Dsearch.rs35 let before: i64 = data.read()?; in search() localVariable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_asset_machine.h47 Action before; member
/ohos5.0/foundation/multimodalinput/input/test/unittest/common/src/
H A Devent_util_test.cpp267 std::string before = DumpInputEvent(pointerEvent); in CompareDump() local
282 std::string before = DumpInputEvent(keyEvent); in CompareDump() local
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_aging_helper.cpp92 int32_t ThumbnailAgingHelper::GetAgingDataCount(const int64_t &time, const bool &before, ThumbRdbOp… in GetAgingDataCount()
199 int32_t ThumbnailAgingHelper::GetLcdCountByTime(const int64_t &time, const bool &before, ThumbRdbOp… in GetLcdCountByTime()
H A Dthumbnail_utils.cpp562 bool ThumbnailUtils::QueryLcdCountByTime(const int64_t &time, const bool &before, ThumbRdbOpt &opts… in QueryLcdCountByTime()
/ohos5.0/base/global/i18n/frameworks/intl/entity_recognition/phone_number_recognition/src/
H A Dcode_rule.cpp116 icu::UnicodeString before = message.tempSubString(0, possibleNumber->start()); in IsValidStart() local
H A Dregex_rule.cpp158 icu::UnicodeString before = message.tempSubString(0, possibleNumber->start()); in IsValidStart() local
/ohos5.0/foundation/ability/idl_tool/util/
H A Dstring.cpp87 int before = data->refCount_.fetch_add(1); in AddRef() local
100 int before = data->refCount_.fetch_sub(1); in Release() local
/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_statement.h166 …UScriptForStatement(UScriptExpression *before, UScriptExpression *condition, UScriptExpression *af… in UScriptForStatement()
H A Dscript_statement.cpp109 UScriptStatement* UScriptStatement::CreateForStatement(UScriptExpression *before, in CreateForStatement()
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_certificate.cpp317 ASN1_TIME *before = X509_get_notBefore(x509); in SetNotValidTime() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c1160 static uint64_t CheckElapseTime(const struct timespec *before, uint64_t overRun) in CheckElapseTime()
1401 struct timespec *before, uint8_t socketIndex) in UpdateInfoAfterSend()
1420 struct timespec *before, uint8_t socketIndex) in DFileSessionSendFrame()
1508 struct timespec before; in DFileSenderHandle() local
1635 struct timespec before, now; in ReadEventHandle() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/cloud/
H A Dasset_operation_utils.cpp149 AssetOperationUtils::AssetOpType AssetOperationUtils::CheckWithDownload(bool before, const Asset &c… in CheckWithDownload()
/ohos5.0/base/hiviewdfx/hiview/base/event_store/dao/
H A Dsys_event_query_wrapper.cpp154 bool SysEventQueryWrapper::IsQueryCostTimeValid(const DbQueryTag& tag, const time_t before, in IsQueryCostTimeValid()
/ohos5.0/base/request/request/services/src/manage/
H A Dquery.rs179 before: i64, field
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_db_proxy_test.cpp721 int before = callCount; in __anon9cf3a58a0b02() local
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.cpp857 auto before = chrono::steady_clock::now(); in WaitFence() local
/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Djs_common.h255 int64_t before; member
/ohos5.0/base/request/request/frameworks/js/napi/src/
H A Djs_task.cpp782 int64_t JsTask::ParseAfter(napi_env env, napi_value value, int64_t before) in ParseAfter()