Home
last modified time | relevance | path

Searched defs:cmp (Results 1 – 18 of 18) sorted by relevance

/foundation/communication/ipc/interfaces/innerkits/rust/src/ipc/remote_obj/
Dcmp.rs20 fn cmp(&self, other: &Self) -> Ordering { in cmp() method
/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
Dbundle_active_form_record.cpp82 bool BundleActiveFormRecord::cmp(const BundleActiveFormRecord& formRecordA, in cmp() function in OHOS::DeviceUsageStats::BundleActiveFormRecord
Dbundle_active_module_record.cpp127 bool BundleActiveModuleRecord::cmp(const BundleActiveModuleRecord& moduleRecordA, in cmp() function in OHOS::DeviceUsageStats::BundleActiveModuleRecord
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
Dsingle_store_impl_get_top_test.cpp225 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in __anona794e2090102() variable
265 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in __anona794e2090202() variable
Dsingle_store_impl_test.cpp608 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in __anonaa1b07980302() variable
645 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in __anonaa1b07980402() variable
684 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in __anonaa1b07980502() variable
1038 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in __anonaa1b07980602() variable
1073 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in __anonaa1b07980702() variable
1277 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in __anonaa1b07980802() variable
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
Dcloud_sync_utils.cpp131 bool EqualInMsLevel(const Timestamp cmp, const Timestamp beCmp) in EqualInMsLevel()
/foundation/resourceschedule/ffrt/src/sync/
Dio_poller.cpp92 bool IOPoller::CasStrong(std::atomic<int>& a, int cmp, int exc) in CasStrong()
/foundation/communication/bluetooth_service/test/unittest/gatt/
Dgatt_descriptor_test.cpp88 bool cmp; variable
Dgatt_service_test.cpp92 bool cmp; variable
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
Dskiplist.c56 FILLP_INT SkiplistInit(struct SkipList *list, funcSkiplistCompair cmp) in SkiplistInit()
/foundation/communication/ipc/interfaces/innerkits/rust/src/ipc/
Dremote_obj.rs37 pub mod cmp; module
Dmod.rs115 fn cmp(&self, other: &Self) -> Ordering { in cmp() method
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
Dlist.c121 void *ListForEachData(const List *list, const ListCmpFunc cmp, void *parameter) in ListForEachData()
/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/
Dcolor_extract.cpp174 bool ColorExtract::cmp(std::pair<uint32_t, uint32_t>&a, std::pair<uint32_t, uint32_t>&b) {return a.… in cmp() function in OHOS::Rosen::ColorExtract
/foundation/ability/ability_runtime/test/unittest/dataobs_mgr_inner_ext_test/
Ddataobs_mgr_inner_ext_test.cpp68 auto cmp = [](const Uri &first, const Uri &second) { in UrisEqual() local
/foundation/distributeddatamgr/kv_store/test/fuzztest/singlekvstore_fuzzer/
Dsinglekvstore_fuzzer.cpp337 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in RemoveDeviceDataFuzz() local
/foundation/distributeddatamgr/kv_store/test/fuzztest/devicekvstore_fuzzer/
Ddevicekvstore_fuzzer.cpp371 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in RemoveDeviceDataFuzz() local
/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
Dmediadatashare_unit_test.cpp127 auto cmp = [](const Uri &first, const Uri &second) { in UrisEqual() local