Home
last modified time | relevance | path

Searched refs:High (Results 1 - 14 of 14) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H A Ddevice_matrix.cpp194 if (High(dataLevel.dynamic) != INVALID_HIGH) { in OnBroadcast()
195 mask.dynamic |= High(dataLevel.dynamic); in OnBroadcast()
202 if (High(dataLevel.statics) != INVALID_HIGH) { in OnBroadcast()
203 mask.statics |= High(dataLevel.statics); in OnBroadcast()
308 if (High(newMeta.dynamic) < High(oldMeta.dynamic)) { in UpdateRemoteMeta()
310 newMeta.dynamic |= High(oldMeta.dynamic); in UpdateRemoteMeta()
311 } else if ((High(newMeta.dynamic) - High(oldMeta.dynamic)) > 1) { in UpdateRemoteMeta()
315 if (High(newMet in UpdateRemoteMeta()
[all...]
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Ddump_flag.rs16 High,
23 const DUMP_FLAG_PRIORITY_HIGH: u32 = 1 << Shift::High as usize;
36 High = DUMP_FLAG_PRIORITY_HIGH,
/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/tests/
H A Dbasic.rs29 SystemAbilityManager::list_system_abilities_with_dump_flag(DumpFlagPriority::High); in basic()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/
H A Ddevice_matrix.h114 static inline uint16_t High(uint16_t data) in High() function in OHOS::DistributedData::DeviceMatrix
120 return High(high) | Low(low); in Merge()
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_referee.cpp39 case GesturePriority::High: in AddMember()
171 if (recognizer->GetPriority() == GesturePriority::High) { in RemoveAndUnBlockGesture()
211 case GesturePriority::High: in GetMembersByRecognizer()
H A Dgesture_info.h75 High, member in OHOS::Ace::GesturePriority
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/mock/include/
H A Dnapi_rdb_predicates.h61 std::string &field, NativeRdb::ValueObject &low, NativeRdb::ValueObject &High);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_rdb_predicates.h61 std::string &field, NativeRdb::ValueObject &low, NativeRdb::ValueObject &High);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_predicates.h58 std::string &field, NativeRdb::ValueObject &low, NativeRdb::ValueObject &High);
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_gesture_ffi.cpp45 const std::vector<GesturePriority> GESTURE_PRIORITY = { GesturePriority::Low, GesturePriority::High,
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dgesture_event_hub_test_two_ng.cpp796 auto clickRecognizer3 = AceType::MakeRefPtr<ClickRecognizer>(FINGERS, 1); // priority == GesturePriority::High in HWTEST_F()
797 clickRecognizer3->SetPriority(GesturePriority::High); in HWTEST_F()
H A Dgesture_event_hub_test_ng.cpp683 auto clickRecognizer3 = AceType::MakeRefPtr<ClickRecognizer>(FINGERS, 1); // priority == GesturePriority::High in HWTEST_F()
684 clickRecognizer3->SetPriority(GesturePriority::High); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp674 doubleClickRecognizer_->SetPriority(GesturePriority::High); in OnTouchTestHit()
688 longPressRecognizer_->SetPriority(GesturePriority::High); in OnTouchTestHit()
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/
H A Dsegmentbutton.js2160 Gesture.create(GesturePriority.High);

Completed in 16 milliseconds