Home
last modified time | relevance | path

Searched refs:test_key (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/security/UniversalKeystoreKit/
H A Dhuks-delete-key-ndk.md28 (uint32_t)strlen("test_key"),
29 (uint8_t *)"test_key"
H A Dhuks-check-key-ndk.md27 (uint32_t)strlen("test_key"),
28 (uint8_t *)"test_key"
H A Dhuks-check-key-arkts.md19 let keyAlias = 'test_key';
H A Dhuks-export-key-ndk.md31 const char *alias = "test_key";
H A Dhuks-obtain-key-properties-ndk.md31 const char *alias = "test_key";
H A Dhuks-import-wrapped-key-ndk.md578 (uint32_t)strlen("test_key"),
579 (uint8_t *)"test_key"
/ohos5.0/docs/en/application-dev/security/UniversalKeystoreKit/
H A Dhuks-delete-key-ndk.md28 (uint32_t)strlen("test_key"),
29 (uint8_t *)"test_key"
H A Dhuks-check-key-ndk.md27 (uint32_t)strlen("test_key"),
28 (uint8_t *)"test_key"
H A Dhuks-check-key-arkts.md19 let keyAlias = 'test_key';
H A Dhuks-export-key-ndk.md31 const char *alias = "test_key";
H A Dhuks-obtain-key-properties-ndk.md31 const char *alias = "test_key";
H A Dhuks-import-wrapped-key-ndk.md578 (uint32_t)strlen("test_key"),
579 (uint8_t *)"test_key"
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/InnerAPI/
H A DInnerFuzzTest.cpp351 string test_key = ""; variable
357 test_key = getRandStr(strLen);
362 format.PutStringValue(test_key.c_str(), test_value.c_str());
/ohos5.0/base/account/os_account/frameworks/appaccount/native/test/unittest/
H A Dapp_account_common_test.cpp164 std::string test_key = "test_key" + std::to_string(i); variable
166 srcOptions.customData.emplace(test_key, test_value);
H A Dapp_account_manager_test.cpp255 std::string test_key = "test_key" + std::to_string(i); variable
257 option.customData.emplace(test_key, test_value);
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/InnerAPI/
H A DInnerFuzzTest.cpp358 string test_key = ""; variable
364 test_key = getRandStr(strLen);
369 format.PutStringValue(test_key.c_str(), test_value.c_str());
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/
H A DNativeAVMuxerFuzzTest.cpp239 string test_key = ""; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/
H A DInnerAVMuxerFuzzTest.cpp290 string test_key = ""; variable