Home
last modified time | relevance | path

Searched refs:before (Results 1 - 16 of 16) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_aging_helper.h48 EXPORT static int32_t GetAgingDataCount(const int64_t &time, const bool &before, ThumbRdbOpt &opts, int &count);
55 EXPORT static int32_t GetLcdCountByTime(const int64_t &time, const bool &before, ThumbRdbOpt &opts,
H A Dthumbnail_utils.h127 EXPORT static bool QueryLcdCountByTime(const int64_t &time, const bool &before, ThumbRdbOpt &opts, int &outLcdCount,
/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, ThumbRdbOpt &opts, int &count) in GetAgingDataCount() argument
94 int err = GetLcdCountByTime(time, before, opts, count); in GetAgingDataCount()
199 int32_t ThumbnailAgingHelper::GetLcdCountByTime(const int64_t &time, const bool &before, ThumbRdbOpt &opts, in GetLcdCountByTime() argument
203 if (!ThumbnailUtils::QueryLcdCountByTime(time, before, opts, outLcdCount, err)) { in GetLcdCountByTime()
H A Dthumbnail_utils.cpp525 bool ThumbnailUtils::QueryLcdCountByTime(const int64_t &time, const bool &before, ThumbRdbOpt &opts, int &outLcdCount, in QueryLcdCountByTime() argument
533 if (before) { in QueryLcdCountByTime()
/foundation/ability/idl_tool/util/
H A Dstring.cpp87 int before = data->refCount_.fetch_add(1); in AddRef() local
88 if (before + 1 <= 1) { in AddRef()
100 int before = data->refCount_.fetch_sub(1); in Release() local
101 if (before - 1 == 0) { in Release()
103 } else if (before - 1 < 0) { in Release()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_asset_machine.h47 Action before; member
H A Dobject_asset_machine.cpp141 if (action->before != nullptr) { in DFAPostEvent()
142 int32_t res = action->before(eventId, changedAssetInfo, asset, newAsset); in DFAPostEvent()
148 ZLOGI("status before:%{public}d, eventId: %{public}d, status after:%{public}d", changedAssetInfo.status, in DFAPostEvent()
/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_certificate.cpp317 ASN1_TIME *before = X509_get_notBefore(x509); in SetNotValidTime() local
318 if (!before) { in SetNotValidTime()
319 NETSTACK_LOGE("before is null"); in SetNotValidTime()
323 if (!ASN1_TIME_to_tm(before, &tmBefore)) { in SetNotValidTime()
324 NETSTACK_LOGE("ASN1_TIME_to_tm before is false"); in SetNotValidTime()
335 NETSTACK_LOGE("ASN1_TIME_to_tm before is false"); in SetNotValidTime()
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Diterator.h426 move_iterator before(*this); in operator ++()
428 return before; in operator ++()
433 move_iterator before(*this); in operator --()
435 return before; in operator --()
/foundation/multimodalinput/input/test/unittest/common/src/
H A Devent_util_test.cpp267 std::string before = DumpInputEvent(pointerEvent); in CompareDump() local
268 MMI_HILOGD("before:%{public}s", before.c_str()); in CompareDump()
282 std::string before = DumpInputEvent(keyEvent); in CompareDump() local
283 MMI_HILOGD("before:%{public}s", before.c_str()); in CompareDump()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/
H A Dasset_operation_utils.h47 static AssetOperationUtils::AssetOpType CheckWithDownload(bool before, const Asset &cacheAsset,
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/cloud/
H A Dasset_operation_utils.cpp149 AssetOperationUtils::AssetOpType AssetOperationUtils::CheckWithDownload(bool before, const Asset &cacheAsset, in CheckWithDownload() argument
161 if (before) { in CheckWithDownload()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_session.c1159 static uint64_t CheckElapseTime(const struct timespec *before, uint64_t overRun) in CheckElapseTime() argument
1163 uint64_t elapseUs = GetTimeDiffUs(&now, before); in CheckElapseTime()
1400 struct timespec *before, uint8_t socketIndex) in UpdateInfoAfterSend()
1408 peerInfo->overRun = CheckElapseTime(before, peerInfo->overRun); in UpdateInfoAfterSend()
1419 struct timespec *before, uint8_t socketIndex) in DFileSessionSendFrame()
1460 UpdateInfoAfterSend(session, peerInfo, curAmendSendRate, before, socketIndex); in DFileSessionSendFrame()
1507 struct timespec before; in DFileSenderHandle() local
1524 ClockGetTime(CLOCK_MONOTONIC, &before); in DFileSenderHandle()
1541 ret = DFileSessionSendFrame(session, &queueNode, &unsent, &before, socketIndex); in DFileSenderHandle()
1634 struct timespec before, no in ReadEventHandle() local
1399 UpdateInfoAfterSend(DFileSession *session, PeerInfo *peerInfo, int32_t curAmendSendRate, struct timespec *before, uint8_t socketIndex) UpdateInfoAfterSend() argument
1418 DFileSessionSendFrame(DFileSession *session, QueueNode **preQueueNode, List *unsent, struct timespec *before, uint8_t socketIndex) DFileSessionSendFrame() argument
[all...]
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarythumbnail_fuzzer/src/
H A Dmedialibrary_thumbnail_fuzzer.cpp189 bool before = FuzzBool(data, size); in ThumbnailAgingHelperTest() local
191 Media::ThumbnailAgingHelper::GetAgingDataCount(time, before, opt, outLcdCount); in ThumbnailAgingHelperTest()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_db_proxy_test.cpp726 int before = callCount; in HWTEST_F()
727 LOGD("on callback %d", before); in HWTEST_F()
729 EXPECT_EQ(before, callCount); in HWTEST_F()
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.cpp857 auto before = chrono::steady_clock::now(); in WaitFence() local
860 int64_t costMs = chrono::duration_cast<chrono::milliseconds>(chrono::steady_clock::now() - before).count(); in WaitFence()

Completed in 18 milliseconds