Home
last modified time | relevance | path

Searched defs:preKey (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dopenssl_crypto.cpp28 bool OpensslCrypto::AESDecrypt(const KeyBlob &preKey, KeyContext &keyContext_, KeyBlob &plainText) in AESDecrypt()
80 bool OpensslCrypto::AESEncrypt(const KeyBlob &preKey, const KeyBlob &plainText, KeyContext &keyCont… in AESEncrypt()
/ohos5.0/foundation/multimodalinput/input/service/key_command/test/
H A Dkey_command_handler_util_test.cpp124 cJSON* preKey = cJSON_CreateArray(); variable
162 cJSON* preKey = cJSON_CreateArray(); variable
181 cJSON* preKey = cJSON_CreateArray(); variable
327 cJSON* preKey = cJSON_CreateArray(); variable
347 cJSON* preKey = cJSON_CreateArray(); variable
365 cJSON* preKey = cJSON_CreateArray(); variable
383 cJSON* preKey = cJSON_CreateArray(); variable
402 cJSON* preKey = cJSON_CreateArray(); variable
935 cJSON* preKey = cJSON_CreateArray(); variable
960 cJSON* preKey = cJSON_CreateArray(); variable
[all …]
/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()
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/supportkeys_fuzzer/
H A Dsupportkeys_fuzzer.cpp53 int32_t preKey; in SupportKeysFuzzTest() local
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/subscribekeyevent_fuzzer/
H A Dsubscribekeyevent_fuzzer.cpp62 int32_t preKey; in SubscribeKeyEventFuzzTest() local
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dkey_event_input_subscribe_manager.cpp126 for (const auto &preKey : preKeys) { in SubscribeKeyEvent() local
/ohos5.0/foundation/multimodalinput/input/service/key_command/src/
H A Dkey_command_handler_util.cpp51 cJSON* preKey = cJSON_GetObjectItemCaseSensitive(jsonData, "preKey"); in GetPreKeys() local
557 for (const auto& preKey : preKeys) { in GenerateKey() local
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/
H A Djs_register_util.cpp240 for (const auto &preKey: preKeys) { in AsyncWorkFn() local