Home
last modified time | relevance | path

Searched defs:isRepeat (Results 1 - 18 of 18) sorted by relevance

/foundation/communication/dsoftbus/core/common/security/sequence_verification/
H A Dsoftbus_sequence_verification.c32 uint64_t isRepeat = seqVerifyInfo->recvBitmap & (0x1UL << offset); in IsPassDuplicateCheck() local
/foundation/multimodalinput/input/test/unittest/interfaces/kits/
H A Dinput_native_hotkey_test.cpp577 bool isRepeat = false; in HWTEST_F() local
/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/
H A Dwork_scheduler_ffi.h37 int32_t isRepeat; member
/foundation/arkui/ace_engine/test/unittest/core/gestures/
H A Dlong_press_recognizer_test_ng.cpp309 bool isRepeat = false; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dlong_press_recognizer.cpp232 void LongPressRecognizer::SendCallbackMsg(const std::unique_ptr<GestureEventFunc>& callback, bool isRepeat) in SendCallbackMsg() argument
/foundation/multimodalinput/input/frameworks/proxy/events/include/
H A Devent_log_helper.h127 std::string isRepeat = event->IsRepeat() ? "true" : "false"; in PrintInfoLog() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dlong_press_recognizer.cpp335 SendCallbackMsg( const std::unique_ptr<GestureEventFunc>& callback, bool isRepeat, bool isOnAction) SendCallbackMsg() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dtemplates_parser.cpp52 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 Djs_card_parser.h116 void SetIsRepeat(bool isRepeat) in SetIsRepeat() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dtemplates_parser.cpp58 bool isRepeat = false; member
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_module.cpp158 bool isRepeat = true; in GetHotkeyEventInfo() local
245 bool isRepeat = true; in GetEventInfoAPI9() local
[all...]
/foundation/resourceschedule/work_scheduler/frameworks/extension/src/
H A Djs_work_scheduler_extension.cpp280 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 Dcommon.cpp185 bool isRepeat = GetBoolProperty(env, objValue, "isRepeat", E_IS_REPEAT_ERR); in GetRepeatInfo() local
/foundation/multimodalinput/input/service/subscriber/src/
H A Dkey_subscriber_handler.cpp721 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 Drender_grid_layout.h617 bool isRepeat = false; member
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H A Dliteplayer.cpp1544 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 Dinput_manager_command.cpp898 std::string isRepeat = keyEventTemp->IsRepeat() ? "true" : "false"; in ParseCommand() local
/foundation/multimodalinput/input/frameworks/native/input/
H A Doh_input_manager.cpp1834 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...]

Completed in 34 milliseconds