Home
last modified time | relevance | path

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

/foundation/ability/ability_base/test/fuzztest/wantsixth_fuzzer/
Dwantsixth_fuzzer.cpp97 std::vector<std::string> stringVector; in DoSomethingInterestingWithMyAPI() local
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
Degl_system_layers_manager.cpp148 std::vector<std::string> stringVector{}; in GetStringVectorFromJson() local
/foundation/ability/ability_runtime/test/fuzztest/abilityeventhandler_fuzzer/
Dabilityeventhandler_fuzzer.cpp159 std::vector<std::string> stringVector; in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_app_control_proxy_test/
Dbms_app_control_proxy_test.cpp579 std::vector<std::string> stringVector; variable
596 std::vector<std::string> stringVector; variable
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/app_control/
Dapp_control_proxy.cpp691 bool AppControlProxy::WriteStringVector(const std::vector<std::string> &stringVector, MessageParcel… in WriteStringVector()
749 … AppControlManagerInterfaceCode code, MessageParcel &data, std::vector<std::string> &stringVector) in GetParcelableInfos()
Dapp_control_host.cpp539 bool AppControlHost::WriteStringVector(const std::vector<std::string> &stringVector, MessageParcel … in WriteStringVector()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_app_control_host_test/
Dbms_app_control_host_test.cpp449 std::vector<std::string> stringVector; variable
/foundation/distributeddatamgr/preferences/frameworks/cj/src/
Dpreferences_impl.cpp367 auto stringVector = std::get<std::vector<std::string>>(pValue.value_); in NativeValueToCValueType() local
/foundation/ability/dmsfwk/test/fuzztest/distributedwant_fuzzer/
Ddistributedwant_fuzzer.cpp199 std::vector<std::string> stringVector; in DoSomethingInterestingWithMyApiDistributedWant006() local
/foundation/communication/netstack/test/unittest/tlssocket/server/
Dtls_socket_server_branch_test.cpp114 auto stringVector = connection->GetCipherSuite(); variable
/foundation/communication/netstack/test/unittest/tls_test/server/
Dtls_socket_server_branch_test.cpp114 auto stringVector = connection->GetCipherSuite(); variable
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
Dnapi_bluetooth_utils.cpp204 …vertStringVectorToJS(napi_env env, napi_value result, const std::vector<std::string>& stringVector) in ConvertStringVectorToJS()
/foundation/communication/nfc/frameworks/js/napi/common/
Dnfc_napi_common_utils.cpp351 …d ConvertStringVectorToJS(napi_env env, napi_value &result, std::vector<std::string>& stringVector) in ConvertStringVectorToJS()