/foundation/communication/dsoftbus/core/common/security/sequence_verification/ |
H A D | softbus_sequence_verification.c | 32 uint64_t isRepeat = seqVerifyInfo->recvBitmap & (0x1UL << offset); in IsPassDuplicateCheck() local
|
/foundation/multimodalinput/input/test/unittest/interfaces/kits/ |
H A D | input_native_hotkey_test.cpp | 577 bool isRepeat = false; in HWTEST_F() local
|
/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/ |
H A D | work_scheduler_ffi.h | 37 int32_t isRepeat; member
|
/foundation/arkui/ace_engine/test/unittest/core/gestures/ |
H A D | long_press_recognizer_test_ng.cpp | 309 bool isRepeat = false; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | long_press_recognizer.cpp | 232 void LongPressRecognizer::SendCallbackMsg(const std::unique_ptr<GestureEventFunc>& callback, bool isRepeat) in SendCallbackMsg() argument
|
/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | event_log_helper.h | 127 std::string isRepeat = event->IsRepeat() ? "true" : "false"; in PrintInfoLog() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | long_press_recognizer.cpp | 335 SendCallbackMsg( const std::unique_ptr<GestureEventFunc>& callback, bool isRepeat, bool isOnAction) SendCallbackMsg() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | templates_parser.cpp | 52 bool TemplatesParser::SplitTemplate(const std::string& str, std::vector<Value>& vec, bool isRepeat) in SplitTemplate() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | js_card_parser.h | 116 void SetIsRepeat(bool isRepeat) in SetIsRepeat() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | templates_parser.cpp | 58 bool isRepeat = false; member
|
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/ |
H A D | js_register_module.cpp | 158 bool isRepeat = true; in GetHotkeyEventInfo() local 245 bool isRepeat = true; in GetEventInfoAPI9() local [all...] |
/foundation/resourceschedule/work_scheduler/frameworks/extension/src/ |
H A D | js_work_scheduler_extension.cpp | 280 void SetRepeatInfo(napi_env env, napi_value workInfoData, bool isRepeat, in SetRepeatInfo() argument 359 bool isRepeat = workInfo.IsRepeat(); in OnWorkStart() local 411 bool isRepeat = workInfo.IsRepeat(); in OnWorkStop() local
|
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/ |
H A D | common.cpp | 185 bool isRepeat = GetBoolProperty(env, objValue, "isRepeat", E_IS_REPEAT_ERR); in GetRepeatInfo() local
|
/foundation/multimodalinput/input/service/subscriber/src/ |
H A D | key_subscriber_handler.cpp | 721 NotifyKeyDownRightNow(const std::shared_ptr<KeyEvent> &keyEvent, std::list<std::shared_ptr<Subscriber>> &subscribers, bool isRepeat, bool &handled) NotifyKeyDownRightNow() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | render_grid_layout.h | 617 bool isRepeat = false; member
|
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/ |
H A D | liteplayer.cpp | 1544 int32_t PlayerControl::IsRepeatTplayReq(TplayAttr &tplayAttr, bool &isRepeat) in IsRepeatTplayReq() argument 1582 bool isRepeat = false; in DoTPlay() local
|
/foundation/multimodalinput/input/tools/inject_event/src/ |
H A D | input_manager_command.cpp | 898 std::string isRepeat = keyEventTemp->IsRepeat() ? "true" : "false"; in ParseCommand() local
|
/foundation/multimodalinput/input/frameworks/native/input/ |
H A D | oh_input_manager.cpp | 1834 void OH_Input_SetRepeat(Input_Hotkey* hotkey, bool isRepeat) in OH_Input_SetRepeat() argument 1841 Input_Result OH_Input_GetRepeat(const Input_Hotkey* hotkey, bool *isRepeat) in OH_Input_GetRepeat() argument 1850 std::string GetHotkeyName(std::set<int32_t> preKeys, int32_t finalKey, bool isRepeat, in GetHotkeyName() argument 1911 bool isRepeat = hotkey->isRepeat; MakeHotkeyInfo() local 1969 bool isRepeat = keyEvent->IsRepeat(); CheckHotkey() local [all...] |