Searched refs:test_value (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/InnerAPI/ |
H A D | InnerFuzzTest.cpp | 143 string test_value = ""; variable 148 test_value = getRandStr(strLen); 149 decoderDemo->InnerCreateByName(test_value.c_str()); 352 string test_value = ""; variable 360 test_value = getRandStr(strLen); 362 format.PutStringValue(test_key.c_str(), test_value.c_str());
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/InnerAPI/ |
H A D | InnerFuzzTest.cpp | 140 string test_value = ""; variable 145 test_value = getRandStr(strLen); 146 encoderDemo->InnerCreateByName(test_value.c_str()); 359 string test_value = ""; variable 367 test_value = getRandStr(strLen); 369 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 | 165 std::string test_value = "test_value" + std::to_string(i); variable 166 srcOptions.customData.emplace(test_key, test_value);
|
H A D | app_account_manager_test.cpp | 256 std::string test_value = "test_value" + std::to_string(i); variable 257 option.customData.emplace(test_key, test_value);
|
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/app_account/ |
H A D | app_account_info_test.cpp | 401 std::string test_value; variable 402 appAccountInfo.GetAssociatedData(STRING_ASSOCIATED_KEY, test_value); 404 EXPECT_EQ(STRING_ASSOCIATED_VALUE, test_value);
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/ |
H A D | NativeAVMuxerFuzzTest.cpp | 240 string test_value = ""; variable
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/ |
H A D | InnerAVMuxerFuzzTest.cpp | 291 string test_value = ""; variable
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-boot-init-service.md | 40 … "SERVICE_NALE", <br>"value" : "ueventd"},{<br> "name" : "TEST",<br> "value" : "test_value" <br>}]|
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-boot-init-service.md | 40 … "SERVICE_NALE", <br>"value" : "ueventd"},{<br> "name" : "TEST",<br> "value" : "test_value" <br>}]|
|