Searched refs:High (Results 1 - 14 of 14) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/ |
H A D | device_matrix.cpp | 194 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 D | dump_flag.rs | 16 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 D | basic.rs | 29 SystemAbilityManager::list_system_abilities_with_dump_flag(DumpFlagPriority::High); in basic()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/ |
H A D | device_matrix.h | 114 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 D | gesture_referee.cpp | 39 case GesturePriority::High: in AddMember() 171 if (recognizer->GetPriority() == GesturePriority::High) { in RemoveAndUnBlockGesture() 211 case GesturePriority::High: in GetMembersByRecognizer()
|
H A D | gesture_info.h | 75 High, member in OHOS::Ace::GesturePriority
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/mock/include/ |
H A D | napi_rdb_predicates.h | 61 std::string &field, NativeRdb::ValueObject &low, NativeRdb::ValueObject &High);
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/ |
H A D | napi_rdb_predicates.h | 61 std::string &field, NativeRdb::ValueObject &low, NativeRdb::ValueObject &High);
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_rdb_predicates.h | 58 std::string &field, NativeRdb::ValueObject &low, NativeRdb::ValueObject &High);
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_gesture_ffi.cpp | 45 const std::vector<GesturePriority> GESTURE_PRIORITY = { GesturePriority::Low, GesturePriority::High,
|
/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | gesture_event_hub_test_two_ng.cpp | 796 auto clickRecognizer3 = AceType::MakeRefPtr<ClickRecognizer>(FINGERS, 1); // priority == GesturePriority::High in HWTEST_F() 797 clickRecognizer3->SetPriority(GesturePriority::High); in HWTEST_F()
|
H A D | gesture_event_hub_test_ng.cpp | 683 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 D | render_text_field.cpp | 674 doubleClickRecognizer_->SetPriority(GesturePriority::High); in OnTouchTestHit() 688 longPressRecognizer_->SetPriority(GesturePriority::High); in OnTouchTestHit()
|
/foundation/arkui/ace_engine/advanced_ui_component/segmentbutton/interfaces/ |
H A D | segmentbutton.js | 2160 Gesture.create(GesturePriority.High);
|
Completed in 16 milliseconds