/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/src/ |
H A D | cipher_rsa.c | 132 char *finalKey = RsaMallocPrivateKey(key, &finalKeyLen); in RsaLoadPrivateKey() local 133 if (finalKey == NULL) { in RsaLoadPrivateKey() 163 (void)memset_s(finalKey, finalKeyLen, 0, finalKeyLen); in RsaLoadPrivateKey() 164 free(finalKey); in RsaLoadPrivateKey() 170 (void)memset_s(finalKey, finalKeyLen, 0, finalKeyLen); in RsaLoadPrivateKey() 171 free(finalKey); in RsaLoadPrivateKey() 182 char* finalKey = RsaMallocPublicKey(key, &finalKeyLen); in RsaLoadPublicKey() local 183 if (finalKey == NULL) { in RsaLoadPublicKey() 208 free(finalKey); in RsaLoadPublicKey() 212 (void)memset_s(finalKey, finalKeyLen, 0, finalKeyLen); in RsaLoadPublicKey() [all …]
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/ |
H A D | active_key_event.cpp | 59 void ActiveKeyEvent::InitSubscribe(std::set<int32_t> preKeys, int32_t finalKey, int32_t count, int3… in InitSubscribe() argument 72 keyOption->SetFinalKey(finalKey); in InitSubscribe() 81 "subscribeId: %{public}d option failed.", finalKey, subscribeId); in InitSubscribe() 82 auto task = [this, preKeys, finalKey, count, holdTime] { in InitSubscribe() 83 this->InitSubscribe(preKeys, finalKey, count, holdTime); in InitSubscribe() 86 … std::string taskName("InitSubscribe" + std::to_string(finalKey) + "_" + std::to_string(count)); in InitSubscribe() 92 finalKey, subscribeId); in InitSubscribe()
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_short_key.cpp | 37 void AccessibilityShortKey::SubscribeShortKey(std::set<int32_t> preKeys, int32_t finalKey, int32_t … in SubscribeShortKey() argument 41 keyOption->SetFinalKey(finalKey); in SubscribeShortKey() 50 …HILOG_ERROR("Subscribe key event failed, finalKey: %{public}d id: %{public}d", finalKey, subscribe… in SubscribeShortKey()
|
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/subscribekeyevent_fuzzer/ |
H A D | subscribekeyevent_fuzzer.cpp | 73 int32_t finalKey; in SubscribeKeyEventFuzzTest() local 74 startPos += GetObject<int32_t>(finalKey, data + startPos, size - startPos); in SubscribeKeyEventFuzzTest() 75 keyOption->SetFinalKey(finalKey); in SubscribeKeyEventFuzzTest()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/ |
H A D | js-apis-inputconsumer.md | 26 | finalKey | number | 是 | 否 | 被修饰键,为除修饰键和 Meta 以外的其它按键。<br>如Ctrl+Shift+Esc中,Esc称为被修饰键。 | 93 finalKey: zKey, 140 let hotkeyOption: inputConsumer.HotkeyOptions = {preKeys: [leftCtrlKey], finalKey: zKey, isRepeat: … 156 let hotkeyOption: inputConsumer.HotkeyOptions = {preKeys: [leftCtrlKey], finalKey: zKey, isRepeat: …
|
H A D | js-apis-inputconsumer-sys.md | 40 finalKey: tabKey, 80 let keyOption: inputConsumer.KeyOptions = {preKeys: [leftAltKey], finalKey: tabKey, isFinalKeyDown:… 96 let keyOption: inputConsumer.KeyOptions = {preKeys: [leftAltKey], finalKey: tabKey, isFinalKeyDown:… 179 | finalKey | number | 是 | 否 | 最终按键,此项必填,最终按键触发上报回调函数。<br>如组合按键Ctrl+Alt+A中,A称为最终按键按…
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/test/mock/src/ |
H A D | mock_accessibility_short_key.cpp | 34 void AccessibilityShortKey::SubscribeShortKey(std::set<int32_t> preKeys, int32_t finalKey, int32_t … in SubscribeShortKey() argument 38 (void)finalKey; in SubscribeShortKey()
|
/ohos5.0/base/inputmethod/imf/services/adapter/keyboard/src/ |
H A D | keyboard_event.cpp | 65 void KeyboardEvent::SubscribeCombinationKey(int32_t preKey, int32_t finalKey, CombinationKeyCallBac… in SubscribeCombinationKey() argument 71 keyOption->SetFinalKey(finalKey); in SubscribeCombinationKey()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | key_option.cpp | 44 void KeyOption::SetFinalKey(int32_t finalKey) in SetFinalKey() argument 46 finalKey_ = finalKey; in SetFinalKey()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/ |
H A D | js_register_module.cpp | 128 int32_t finalKey = tempFinalKey.value(); in GetEventInfoAPI9() local 129 if (finalKey < 0) { in GetEventInfoAPI9() 130 MMI_HILOGE("finalKey:%{private}d is less 0, can not process", finalKey); in GetEventInfoAPI9() 134 subKeyNames += std::to_string(finalKey); in GetEventInfoAPI9() 136 keyOption->SetFinalKey(finalKey); in GetEventInfoAPI9() 137 MMI_HILOGD("FinalKey:%{private}d", finalKey); in GetEventInfoAPI9()
|
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/ |
H A D | js-apis-inputconsumer.md | 26 | finalKey | number | Yes | No | Modified key, which is the key other than the modifier k… 84 finalKey: zKey, 130 let hotkeyOption: inputConsumer.HotkeyOptions = {preKeys: [leftCtrlKey], finalKey: zKey, isRepeat: … 146 let hotkeyOption: inputConsumer.HotkeyOptions = {preKeys: [leftCtrlKey], finalKey: zKey, isRepeat: …
|
H A D | js-apis-inputconsumer-sys.md | 40 finalKey: tabKey, 80 let keyOption: inputConsumer.KeyOptions = {preKeys: [leftAltKey], finalKey: tabKey, isFinalKeyDown:… 96 let keyOption: inputConsumer.KeyOptions = {preKeys: [leftAltKey], finalKey: tabKey, isFinalKeyDown:… 179 | finalKey | number | Yes | No| Final key. This parameter is mandatory. A callback …
|
/ohos5.0/docs/zh-cn/application-dev/device/input/ |
H A D | inputconsumer-guidelines.md | 38 let keyOption: inputConsumer.KeyOptions = {preKeys: [leftAltKey], finalKey: tabKey, isFinalKeyDown:… 57 let hotkeyOption: inputConsumer.HotkeyOptions = {preKeys: [leftCtrlKey], finalKey: zKey, isRepeat: …
|
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/ |
H A D | key_command_handler_util.cpp | 128 cJSON *finalKey = cJSON_GetObjectItemCaseSensitive(jsonData, "finalKey"); in GetKeyFinalKey() local 129 if (!cJSON_IsNumber(finalKey)) { in GetKeyFinalKey() 133 finalKeyInt = finalKey->valueint; in GetKeyFinalKey() 251 if (!GetKeyFinalKey(jsonData, shortcutKey.finalKey)) { in ConvertToShortcutKey() 560 ss << key.finalKey << ","; in GenerateKey()
|
H A D | key_command_handler.cpp | 1135 " bundleName:%{public}s, abilityName:%{public}s", shortcutKey.finalKey, in Print() 1811 … MMI_HILOGD("repeat, current key %d has launched ability", currentLaunchAbilityKey_.finalKey); in HandleShortKeys() 1813 … MMI_HILOGD("repeat, current key %d has launched ability", currentLaunchAbilityKey_.finalKey); in HandleShortKeys() 1865 if (currentLaunchAbilityKey_.finalKey == keyEvent->GetKeyCode() in HandleShortKeys() 1880 if (currentLaunchAbilityKey_.finalKey == keyEvent->GetKeyCode() in HandleConsumedKeyEvent() 2139 …if ((key->GetKeyCode() != shortcutKey.finalKey) || (shortcutKey.triggerType != key->GetKeyAction()… in IsKeyMatch() 2188 …if (InputHandler->GetSubscriberHandler()->IsKeyEventSubscribed(shortcutKey.finalKey, shortcutKey.t… in HandleKeyDown() 2189 MMI_HILOGI("current shortcutKey %d is subSubcribed", shortcutKey.finalKey); in HandleKeyDown() 2354 finalKey, ability.bundleName.c_str()); in Print() 2497 …shortcutKey.statusConfigValue ? "true" : "false", shortcutKey.finalKey, shortcutKey.keyDownDuratio… in Dump()
|
/ohos5.0/foundation/barrierfree/accessibility/services/aams/include/ |
H A D | accessibility_short_key.h | 33 void SubscribeShortKey(std::set<int32_t> preKeys, int32_t finalKey, int32_t holdTime);
|
/ohos5.0/foundation/multimodalinput/input/service/dfx/include/ |
H A D | dfx_hisysevent.h | 124 …static void ReportSubscribeKeyEvent(int32_t subscribeId, int32_t finalKey, std::string name, int32… 125 …static void ReportUnSubscribeKeyEvent(int32_t subscribeId, int32_t finalKey, std::string name, int…
|
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/ |
H A D | key_option.h | 60 void SetFinalKey(int32_t finalKey);
|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/include/ |
H A D | active_key_event.h | 38 … void InitSubscribe(std::set<int32_t> preKeys, int32_t finalKey, int32_t count, int32_t holdTime);
|
/ohos5.0/base/inputmethod/imf/services/adapter/keyboard/include/ |
H A D | keyboard_event.h | 50 …static void SubscribeCombinationKey(int32_t preKey, int32_t finalKey, CombinationKeyCallBack callb…
|
/ohos5.0/docs/en/application-dev/device/input/ |
H A D | inputconsumer-guidelines.md | 39 let keyOption: inputConsumer.KeyOptions = {preKeys: [leftAltKey], finalKey: tabKey, isFinalKeyDown:… 58 let hotkeyOption: inputConsumer.HotkeyOptions = {preKeys: [leftCtrlKey], finalKey: zKey, isRepeat: …
|
/ohos5.0/foundation/multimodalinput/input/service/key_command/test/ |
H A D | key_command_handler_test.cpp | 385 key.finalKey = 6; 2648 key.finalKey = 4; 2687 key.finalKey = 5; 2723 key.finalKey = 7; 2759 key.finalKey = 5; 3244 key.finalKey = 4; 3275 key.finalKey = 4; 3708 shortcutKey.finalKey = 4; 3758 shortcutKey.finalKey = 5; 4120 testKey.finalKey = -1; [all …]
|
/ohos5.0/foundation/multimodalinput/input/service/key_command/include/ |
H A D | key_command_handler.h | 79 int32_t finalKey { -1 }; 255 lastMatchedKey_.finalKey = -1; in ResetLastMatchedKey() 262 currentLaunchAbilityKey_.finalKey = -1; in ResetCurrentLaunchAbilityKey()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/include/ |
H A D | input_manager_util.h | 35 const std::set<int32_t> &preKeys, int32_t finalKey, bool isFinalKeyDown, int32_t duration);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-multi-modal-input.md | 103 |访问级别有变化|类名:KeyOptions;<br>方法or属性:finalKey: number;<br>旧版本信息:|类名:KeyOptions;<br>方法or属性:finalKey: nu… 112 |type有变化|类名:KeyOptions;<br>方法or属性:finalKey: number;<br>旧版本信息:|类名:KeyOptions;<br>方法or属性:finalKey: nu…
|