/foundation/ability/ability_base/test/fuzztest/wantsixth_fuzzer/ |
H A D | wantsixth_fuzzer.cpp | 55 std::vector<std::string> stringVector; in DoSomethingInterestingWithMyAPI() local 56 want->SetParam(key, stringVector); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/fuzztest/abilityeventhandler_fuzzer/ |
H A D | abilityeventhandler_fuzzer.cpp | 160 std::vector<std::string> stringVector; in DoSomethingInterestingWithMyAPI() local 161 abilitySchedulerProxy->DumpAbilityInfo(stringVector, stringVector); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/app_control/ |
H A D | app_control_proxy.h | 79 bool WriteParcelableVector(const std::vector<std::string> &stringVector, MessageParcel &data); 84 bool WriteStringVector(const std::vector<std::string> &stringVector, MessageParcel &data); 86 AppControlManagerInterfaceCode code, MessageParcel &data, std::vector<std::string> &stringVector);
|
H A D | app_control_host.h | 36 bool WriteStringVector(const std::vector<std::string> &stringVector, MessageParcel &reply);
|
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/ |
H A D | egl_system_layers_manager.cpp | 148 std::vector<std::string> stringVector{}; in GetStringVectorFromJson() 152 stringVector.push_back(i.asString()); in GetStringVectorFromJson() 158 return stringVector; in GetStringVectorFromJson()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_app_control_proxy_test/ |
H A D | bms_app_control_proxy_test.cpp | 538 * @tc.desc: 1. stringVector is empty 544 std::vector<std::string> stringVector; in HWTEST_F() local 546 auto res = appControlProxy.WriteStringVector(stringVector, data); in HWTEST_F() 561 std::vector<std::string> stringVector; in HWTEST_F() local 562 auto res = appControlProxy.GetParcelableInfos(code, data, stringVector); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/app_control/ |
H A D | app_control_proxy.cpp | 651 bool AppControlProxy::WriteStringVector(const std::vector<std::string> &stringVector, MessageParcel &data) in WriteStringVector() argument 653 if (!data.WriteInt32(stringVector.size())) { in WriteStringVector() 658 for (auto &string : stringVector) { in WriteStringVector() 709 AppControlManagerInterfaceCode code, MessageParcel &data, std::vector<std::string> &stringVector) in GetParcelableInfos() 718 CONTAINER_SECURITY_VERIFY(reply, infoSize, &stringVector); in GetParcelableInfos() 720 stringVector.emplace_back(reply.ReadString()); in GetParcelableInfos() 708 GetParcelableInfos( AppControlManagerInterfaceCode code, MessageParcel &data, std::vector<std::string> &stringVector) GetParcelableInfos() argument
|
H A D | app_control_host.cpp | 480 bool AppControlHost::WriteStringVector(const std::vector<std::string> &stringVector, MessageParcel &reply) in WriteStringVector() argument 482 if (!reply.WriteInt32(stringVector.size())) { in WriteStringVector() 487 for (auto &string : stringVector) { in WriteStringVector()
|
/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/ |
H A D | distributedwant_fuzzer.cpp | 168 std::vector<std::string> stringVector; in DoSomethingInterestingWithMyAPI_DistributedWant_006() local 169 want->SetParam(key, stringVector); in DoSomethingInterestingWithMyAPI_DistributedWant_006()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_utils.cpp | 191 napi_status ConvertStringVectorToJS(napi_env env, napi_value result, std::vector<std::string>& stringVector) in ConvertStringVectorToJS() argument 193 HILOGI("vector size: %{public}zu", stringVector.size()); in ConvertStringVectorToJS() 196 if (stringVector.empty()) { in ConvertStringVectorToJS() 200 for (auto& str : stringVector) { in ConvertStringVectorToJS()
|
/foundation/communication/nfc/frameworks/js/napi/common/ |
H A D | nfc_napi_common_utils.cpp | 351 void ConvertStringVectorToJS(napi_env env, napi_value &result, std::vector<std::string>& stringVector) in ConvertStringVectorToJS() argument 356 if (stringVector.empty()) { in ConvertStringVectorToJS() 357 WarnLog("ConvertStringVectorToJS stringVector empty"); in ConvertStringVectorToJS() 361 DebugLog("ConvertStringVectorToJS size is %{public}zu", stringVector.size()); in ConvertStringVectorToJS() 362 for (auto& str : stringVector) { in ConvertStringVectorToJS()
|
H A D | nfc_napi_common_utils.h | 182 void ConvertStringVectorToJS(napi_env env, napi_value &result, std::vector<std::string> &stringVector);
|
/foundation/distributeddatamgr/preferences/frameworks/cj/src/ |
H A D | preferences_impl.cpp | 367 auto stringVector = std::get<std::vector<std::string>>(pValue.value_); in NativeValueToCValueType() local 368 v.stringArray = VectorToStringArray(stringVector, code); in NativeValueToCValueType()
|
/foundation/communication/netstack/test/unittest/tls_test/server/ |
H A D | tls_socket_server_branch_test.cpp | 114 auto stringVector = connection->GetCipherSuite(); in HWTEST_F() local 115 EXPECT_TRUE(stringVector.empty()); in HWTEST_F()
|
/foundation/communication/netstack/test/unittest/tlssocket/server/ |
H A D | tls_socket_server_branch_test.cpp | 114 auto stringVector = connection->GetCipherSuite(); in HWTEST_F() local 115 EXPECT_TRUE(stringVector.empty()); in HWTEST_F()
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_utils.h | 100 napi_status ConvertStringVectorToJS(napi_env env, napi_value result, std::vector<std::string> &stringVector);
|