Home
last modified time | relevance | path

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

/foundation/ability/ability_base/test/fuzztest/wantsixth_fuzzer/
Dwantsixth_fuzzer.cpp55 std::vector<std::string> stringVector; in DoSomethingInterestingWithMyAPI() local
/foundation/ability/ability_runtime/test/fuzztest/abilityeventhandler_fuzzer/
Dabilityeventhandler_fuzzer.cpp157 std::vector<std::string> stringVector; in DoSomethingInterestingWithMyAPI() local
/foundation/communication/ipc/ipc/native/src/c_wrapper/source/
Dc_parcel.cpp612 std::vector<std::string> stringVector; in CParcelWriteStringArray() local
647 std::vector<std::string> *stringVector = reinterpret_cast<std::vector<std::string> *>(data); in CParcelWriteStringElement() local
684 std::vector<std::string> stringVector; in CParcelReadStringArray() local
753 const std::vector<std::string> *stringVector = in CParcelReadStringElement() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/app_control/
Dapp_control_proxy.cpp543 bool AppControlProxy::WriteStringVector(const std::vector<std::string> &stringVector, MessageParcel… in WriteStringVector()
601 … AppControlManagerInterfaceCode code, MessageParcel &data, std::vector<std::string> &stringVector) in GetParcelableInfos()
Dapp_control_host.cpp419 bool AppControlHost::WriteStringVector(const std::vector<std::string> &stringVector, MessageParcel … in WriteStringVector()
/foundation/communication/nfc/frameworks/js/napi/common/
Dnfc_napi_common_utils.cpp319 …d ConvertStringVectorToJS(napi_env env, napi_value &result, std::vector<std::string>& stringVector) in ConvertStringVectorToJS()
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
Dnapi_bluetooth_utils.cpp188 …us ConvertStringVectorToJS(napi_env env, napi_value result, std::vector<std::string>& stringVector) in ConvertStringVectorToJS()