Home
last modified time | relevance | path

Searched defs:stringVector (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/ability/ability_base/test/fuzztest/wantsixth_fuzzer/
H A Dwantsixth_fuzzer.cpp55 std::vector<std::string> stringVector; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_system_layers_manager.cpp155 std::vector<std::string> stringVector{}; in GetStringVectorFromJson() local
/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_helper_test.cpp259 std::vector<std::string> stringVector; variable
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityeventhandler_fuzzer/
H A Dabilityeventhandler_fuzzer.cpp160 std::vector<std::string> stringVector; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstub_fuzzer/
H A Dansmanagerstub_fuzzer.cpp119 std::vector<std::string> stringVector { stringData }; in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_app_control_proxy_test/
H A Dbms_app_control_proxy_test.cpp544 std::vector<std::string> stringVector; variable
561 std::vector<std::string> stringVector; variable
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/
H A Ddistributedwant_fuzzer.cpp168 std::vector<std::string> stringVector; in DoSomethingInterestingWithMyApiDistributedWant006() local
/ohos5.0/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… in WriteStringVector()
709 … AppControlManagerInterfaceCode code, MessageParcel &data, std::vector<std::string> &stringVector) in GetParcelableInfos()
H A Dapp_control_host.cpp478 bool AppControlHost::WriteStringVector(const std::vector<std::string> &stringVector, MessageParcel … in WriteStringVector()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_impl.cpp367 auto stringVector = std::get<std::vector<std::string>>(pValue.value_); in NativeValueToCValueType() local
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_helper.cpp761 bool ConvertStringVectorToStringList(const std::vector<std::string> &stringVector, Print_StringList… in ConvertStringVectorToStringList()
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/server/
H A Dtls_socket_server_branch_test.cpp114 auto stringVector = connection->GetCipherSuite(); variable
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/common/src/
H A Dnapi_edm_common.cpp566 void ConvertStringVectorToJS(napi_env env, const std::vector<std::string> &stringVector, napi_value… in ConvertStringVectorToJS()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp194 …us ConvertStringVectorToJS(napi_env env, napi_value result, std::vector<std::string>& stringVector) in ConvertStringVectorToJS()
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.cpp351 …d ConvertStringVectorToJS(napi_env env, napi_value &result, std::vector<std::string>& stringVector) in ConvertStringVectorToJS()