Searched refs:test_key (Results 1 – 18 of 18) sorted by relevance
/ohos5.0/docs/zh-cn/application-dev/security/UniversalKeystoreKit/ |
H A D | huks-delete-key-ndk.md | 28 (uint32_t)strlen("test_key"), 29 (uint8_t *)"test_key"
|
H A D | huks-check-key-ndk.md | 27 (uint32_t)strlen("test_key"), 28 (uint8_t *)"test_key"
|
H A D | huks-check-key-arkts.md | 19 let keyAlias = 'test_key';
|
H A D | huks-export-key-ndk.md | 31 const char *alias = "test_key";
|
H A D | huks-obtain-key-properties-ndk.md | 31 const char *alias = "test_key";
|
H A D | huks-import-wrapped-key-ndk.md | 578 (uint32_t)strlen("test_key"), 579 (uint8_t *)"test_key"
|
/ohos5.0/docs/en/application-dev/security/UniversalKeystoreKit/ |
H A D | huks-delete-key-ndk.md | 28 (uint32_t)strlen("test_key"), 29 (uint8_t *)"test_key"
|
H A D | huks-check-key-ndk.md | 27 (uint32_t)strlen("test_key"), 28 (uint8_t *)"test_key"
|
H A D | huks-check-key-arkts.md | 19 let keyAlias = 'test_key';
|
H A D | huks-export-key-ndk.md | 31 const char *alias = "test_key";
|
H A D | huks-obtain-key-properties-ndk.md | 31 const char *alias = "test_key";
|
H A D | huks-import-wrapped-key-ndk.md | 578 (uint32_t)strlen("test_key"), 579 (uint8_t *)"test_key"
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/InnerAPI/ |
H A D | InnerFuzzTest.cpp | 351 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 D | app_account_common_test.cpp | 164 std::string test_key = "test_key" + std::to_string(i); variable 166 srcOptions.customData.emplace(test_key, test_value);
|
H A D | app_account_manager_test.cpp | 255 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 D | InnerFuzzTest.cpp | 358 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 D | NativeAVMuxerFuzzTest.cpp | 239 string test_key = ""; variable
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/ |
H A D | InnerAVMuxerFuzzTest.cpp | 290 string test_key = ""; variable
|