Home
last modified time | relevance | path

Searched defs:strParam (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityeventutil_fuzzer/
H A Dabilityeventutil_fuzzer.cpp49 std::string strParam(data, size); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dhttp_request.h153 std::string strParam; variable
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/extensionconfig_fuzzer/
H A Dextensionconfig_fuzzer.cpp52 std::string strParam(data, size); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/uiabilitylifecyclemanagera_fuzzer/
H A Duiabilitylifecyclemanagera_fuzzer.cpp71 std::string strParam(data, size); in DoSomethingInterestingWithMyAPI1() local
107 std::string strParam(data, size); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/uiextensionrecordfactory_fuzzer/
H A Duiextensionrecordfactory_fuzzer.cpp56 std::string strParam(data, size); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityfirstframestateobservermanager_fuzzer/
H A Dabilityfirstframestateobservermanager_fuzzer.cpp52 std::string strParam(data, size); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/extensionrecordfactory_fuzzer/
H A Dextensionrecordfactory_fuzzer.cpp57 std::string strParam(data, size); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/screenunlockinterceptor_fuzzer/
H A Dscreenunlockinterceptor_fuzzer.cpp69 std::string strParam(data, size); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityautostartupdatamanager_fuzzer/
H A Dabilityautostartupdatamanager_fuzzer.cpp59 std::string strParam(data, size); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/base/
H A Dengine_util.h64 std::string strParam; member
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/extensionrecordmanager_fuzzer/
H A Dextensionrecordmanager_fuzzer.cpp79 std::string strParam(data, size); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/drivers/peripheral/audio/test/sample/
H A Dframework_common.c133 int32_t AddWavFileHeader(FILE *file, const struct StrParaCapture *strParam) in AddWavFileHeader()
H A Didl_capture.c280 const struct StrParaCapture *strParam = param; in FrameStartCaptureMmap() local
447 struct StrParaCapture *strParam, struct IAudioCapture *capture, int32_t recordModeFlag) in CaptureChoiceModeAndRecording()
H A Didl_render.c258 const struct StrPara *strParam = param; in FrameStartMmap() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/uiabilitylifecyclemanagerb_fuzzer/
H A Duiabilitylifecyclemanagerb_fuzzer.cpp101 std::string strParam(data, size); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/resourceschedule/device_standby/plugins/test/fuzztest/statemanageradapter_fuzzer/
H A Dstatemanageradapter_fuzzer.cpp156 …std::string strParam((const char *) g_baseFuzzData + g_baseFuzzPos, g_baseFuzzSize - g_baseFuzzPos… in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/resourceschedule/device_standby/services/test/fuzztest/devicestandby_fuzzer/
H A Ddevicestandby_fuzzer.cpp75 …std::string strParam((const char *) g_baseFuzzData + g_baseFuzzPos, g_baseFuzzSize - g_baseFuzzPos… in InitParam() local
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_manager_unit_test.cpp591 const std::string strParam = appParam.dump(JSON_FORMAT_DUMP); variable
/ohos5.0/base/global/i18n/interfaces/js/kits/src/
H A Di18n_system_addon.cpp897 …ystemAddon::ParseStringParam(napi_env env, napi_value argv, bool throwError, std::string &strParam) in ParseStringParam()