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.cpp150 std::vector<std::string> stringVector; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/app_control/
Dapp_control_proxy.cpp452 bool AppControlProxy::WriteStringVector(const std::vector<std::string> &stringVector, MessageParcel… in WriteStringVector()
510 … AppControlManagerInterfaceCode code, MessageParcel &data, std::vector<std::string> &stringVector) in GetParcelableInfos()
Dapp_control_host.cpp354 bool AppControlHost::WriteParcelableVector(const std::vector<std::string> &stringVector, MessagePar… in WriteParcelableVector()
/foundation/communication/ipc/ipc/native/src/c_wrapper/source/
Dc_parcel.cpp608 std::vector<std::string> stringVector; in CParcelWriteStringArray() local
643 std::vector<std::string> *stringVector = reinterpret_cast<std::vector<std::string> *>(data); in CParcelWriteStringElement() local
680 std::vector<std::string> stringVector; in CParcelReadStringArray() local
749 const std::vector<std::string> *stringVector = in CParcelReadStringElement() local
/foundation/communication/nfc/frameworks/js/napi/tag/
Dnfc_napi_tag_utils.cpp317 …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.cpp136 …us ConvertStringVectorToJS(napi_env env, napi_value result, std::vector<std::string>& stringVector) in ConvertStringVectorToJS()