Home
last modified time | relevance | path

Searched defs:cmp (Results 1 - 21 of 21) sorted by relevance

/foundation/resourceschedule/device_usage_statistics/interfaces/innerkits/src/
H A Dbundle_active_form_record.cpp85 bool BundleActiveFormRecord::cmp(const BundleActiveFormRecord& formRecordA, in cmp() function in OHOS::DeviceUsageStats::BundleActiveFormRecord
H A Dbundle_active_module_record.cpp130 bool BundleActiveModuleRecord::cmp(const BundleActiveModuleRecord& moduleRecordA, in cmp() function in OHOS::DeviceUsageStats::BundleActiveModuleRecord
/foundation/resourceschedule/ffrt/src/sync/
H A Dio_poller.cpp92 bool IOPoller::CasStrong(std::atomic<int>& a, int cmp, int exc) in CasStrong() argument
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dsingle_store_impl_get_top_test.cpp226 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in HWTEST_F() local
266 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in HWTEST_F() local
H A Dsingle_store_impl_test.cpp611 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in HWTEST_F() local
648 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in HWTEST_F() local
687 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in HWTEST_F() local
1041 auto cmp in HWTEST_F() local
1096 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; HWTEST_F() local
1309 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/irregular/
H A Dgrid_irregular_layout_test.cpp94 std::vector<float> cmp = { 200.0f, 200.0f, 200.0f }; in HWTEST_F() local
141 std::vector<float> cmp = { 302.5f, 302.5f }; in HWTEST_F() local
319 std::vector<float> cmp = { 200.0f, 200.0f, 200.0f }; in HWTEST_F() local
1783 const decltype(GridLayoutInfo::lineHeightMap_) cmp = { { 0, ITEM_HEIGHT }, { 1, ITEM_HEIGHT }, { 2, ITEM_HEIGHT }, global() member
[all...]
/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_service_test.cpp92 bool cmp; in HWTEST_F() local
H A Dgatt_descriptor_test.cpp88 bool cmp; in HWTEST_F() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dskiplist.c56 FILLP_INT SkiplistInit(struct SkipList *list, funcSkiplistCompair cmp) in SkiplistInit() argument
/foundation/ability/ability_runtime/test/unittest/dataobs_mgr_inner_ext_test/
H A Ddataobs_mgr_inner_ext_test.cpp68 auto cmp = [](const Uri &first, const Uri &second) { in UrisEqual() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_scroller_test_ng.cpp700 auto cmp = GetChildFocusHub(frameNode_, 6); in HWTEST_F() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dlist.c121 void *ListForEachData(const List *list, const ListCmpFunc cmp, void *parameter) in ListForEachData() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_scroller_test_ng.cpp1830 const decltype(GridLayoutInfo::lineHeightMap_) cmp = { { 0, ITEM_HEIGHT }, { 1, ITEM_HEIGHT }, { 2, ITEM_HEIGHT }, member
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_color_extract.cpp163 bool RSColorExtract::cmp(std::pair<uint32_t, uint32_t> &a, std::pair<uint32_t, uint32_t> &b) in cmp() function in OHOS::Rosen::RSColorExtract
/foundation/graphic/graphic_2d/rosen/modules/effect/color_picker/src/
H A Dcolor_extract.cpp195 bool ColorExtract::cmp(std::pair<uint32_t, uint32_t>&a, std::pair<uint32_t, uint32_t>&b) {return a.second > b.second;} in cmp() function in OHOS::Rosen::ColorExtract
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddp_subscribe_info_test.cpp212 SubscribeCompare cmp; in HWTEST_F() local
/foundation/distributeddatamgr/kv_store/test/fuzztest/devicekvstore_fuzzer/
H A Ddevicekvstore_fuzzer.cpp374 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in RemoveDeviceDataFuzz() local
/foundation/distributeddatamgr/kv_store/test/fuzztest/singlekvstore_fuzzer/
H A Dsinglekvstore_fuzzer.cpp342 auto cmp = [](const Key &entry, const Key &sentry) { return entry.Data() < sentry.Data(); }; in RemoveDeviceDataFuzz() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_utils.cpp137 bool CloudSyncUtils::EqualInMsLevel(const Timestamp cmp, const Timestamp beCmp) in EqualInMsLevel() argument
/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
H A Dmediadatashare_unit_test.cpp130 auto cmp = [](const Uri &first, const Uri &second) { in UrisEqual() local
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp4539 std::vector<std::pair<int32_t, sptr<SceneSession>>> SceneSessionManager::GetSceneSessionVector(CmpFunc cmp) in GetSceneSessionVector() argument
4564 CmpFunc cmp = [](std::pair<int32_t, sptr<SceneSession>>& lhs, std::pair<int32_t, sptr<SceneSession>>& rhs) { in TraverseSessionTreeFromTopToBottom() local
4587 CmpFunc cmp = [](std::pair<int32_t, sptr<SceneSession>>& lhs, std::pair<int32_t, sptr<SceneSession>>& rhs) { in TraverseSessionTreeFromBottomToTop() local
9277 CmpFunc cmp = [](std::pair<int32_t, sptr<SceneSession>>& lhs, std::pair<int32_t, sptr<SceneSession>>& rhs) { in PostProcessFocus() local

Completed in 39 milliseconds