Home
last modified time | relevance | path

Searched refs:finalKey (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/src/
H A Dcipher_rsa.c132 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 Dactive_key_event.cpp59 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 Daccessibility_short_key.cpp37 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 Dsubscribekeyevent_fuzzer.cpp73 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 Djs-apis-inputconsumer.md26 | 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 Djs-apis-inputconsumer-sys.md40 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 Dmock_accessibility_short_key.cpp34 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 Dkeyboard_event.cpp65 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 Dkey_option.cpp44 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 Djs_register_module.cpp128 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 Djs-apis-inputconsumer.md26 | 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 Djs-apis-inputconsumer-sys.md40 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 Dinputconsumer-guidelines.md38 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 Dkey_command_handler_util.cpp128 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 Dkey_command_handler.cpp1135 " 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 Daccessibility_short_key.h33 void SubscribeShortKey(std::set<int32_t> preKeys, int32_t finalKey, int32_t holdTime);
/ohos5.0/foundation/multimodalinput/input/service/dfx/include/
H A Ddfx_hisysevent.h124 …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 Dkey_option.h60 void SetFinalKey(int32_t finalKey);
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/include/
H A Dactive_key_event.h38 … 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 Dkeyboard_event.h50 …static void SubscribeCombinationKey(int32_t preKey, int32_t finalKey, CombinationKeyCallBack callb…
/ohos5.0/docs/en/application-dev/device/input/
H A Dinputconsumer-guidelines.md39 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 Dkey_command_handler_test.cpp385 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 Dkey_command_handler.h79 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 Dinput_manager_util.h35 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 Djs-apidiff-multi-modal-input.md103 |访问级别有变化|类名:KeyOptions;<br>方法or属性:finalKey: number;<br>旧版本信息:|类名:KeyOptions;<br>方法or属性:finalKey: nu…
112 |type有变化|类名:KeyOptions;<br>方法or属性:finalKey: number;<br>旧版本信息:|类名:KeyOptions;<br>方法or属性:finalKey: nu…

12