Home
last modified time | relevance | path

Searched refs:stringVector (Results 1 - 16 of 16) sorted by relevance

/foundation/ability/ability_base/test/fuzztest/wantsixth_fuzzer/
H A Dwantsixth_fuzzer.cpp55 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 Dabilityeventhandler_fuzzer.cpp160 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 Dapp_control_proxy.h79 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 Dapp_control_host.h36 bool WriteStringVector(const std::vector<std::string> &stringVector, MessageParcel &reply);
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_system_layers_manager.cpp148 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 Dbms_app_control_proxy_test.cpp538 * @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 Dapp_control_proxy.cpp651 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 Dapp_control_host.cpp480 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 Ddistributedwant_fuzzer.cpp168 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 Dnapi_bluetooth_utils.cpp191 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 Dnfc_napi_common_utils.cpp351 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 Dnfc_napi_common_utils.h182 void ConvertStringVectorToJS(napi_env env, napi_value &result, std::vector<std::string> &stringVector);
/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.cpp367 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 Dtls_socket_server_branch_test.cpp114 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 Dtls_socket_server_branch_test.cpp114 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 Dnapi_bluetooth_utils.h100 napi_status ConvertStringVectorToJS(napi_env env, napi_value result, std::vector<std::string> &stringVector);

Completed in 16 milliseconds