/foundation/ability/ability_runtime/test/unittest/wants_info_test/ |
H A D | wants_info_test.cpp | 55 void WantsInfoTest::CancelReceiver::PerformReceive(const AAFwk::Want& want, int resultCode, const std::string& data, in PerformReceive() argument
|
/foundation/ability/form_fwk/test/unittest/fms_provider_connect_proxy_test/ |
H A D | fms_provider_connect_proxy_test.cpp | 210 MessageParcel data; in HWTEST_F() local
|
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/java/ |
H A D | java_client_interface_code_emitter.cpp | 58 std::string data = sb.ToString();
in EmitInterfaceFile() local
|
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/ |
H A D | json_util.h | 45 CheckArrayType( const nlohmann::json &jsonObject, const std::string &key, dataType &data, ArrayType arrayType, int32_t &parseResult) CheckArrayType() argument 98 GetValueIfFindKey(const nlohmann::json &jsonObject, const nlohmann::detail::iter_impl<const nlohmann::json> &end, const std::string &key, dataType &data, JsonType jsonType, bool isNecessary, int32_t &parseResult, ArrayType arrayType) GetValueIfFindKey() argument 173 ParseInfoFromJsonStr(const char *data, T &t) ParseInfoFromJsonStr() argument [all...] |
/foundation/ability/form_fwk/frameworks/js/napi/form_binding_data/ |
H A D | form_binding_data.cpp | 31 static void Finalizer(napi_env env, void* data, void* hint) in Finalizer() argument
|
H A D | js_form_binding_data.cpp | 31 static void Finalizer(napi_env env, void* data, void* hint) in Finalizer() argument
|
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/ |
H A D | mock_form_cache_mgr.cpp | 62 bool FormCacheMgr::GetData(int64_t formId, std::string &data,
in GetData() argument
|
/foundation/ability/idl_tool/idl_tool_2/codegen/SA/ts/ |
H A D | sa_ts_client_proxy_code_emitter.cpp | 55 std::string data = sb.ToString();
in EmitInterfaceProxyFile() local
|
H A D | sa_ts_service_stub_code_emitter.cpp | 54 std::string data = sb.ToString();
in EmitInterfaceStub() local
|
/foundation/ai/ai_engine/services/client/algorithm_sdk/asr/keyword_spotting/source/ |
H A D | pcm_iterator.cpp | 161 Array<int16_t> data = { HasNext() local [all...] |
/foundation/ability/form_fwk/test/fuzztest/formdatamgr_fuzzer/ |
H A D | formdatamgr_fuzzer.cpp | 38 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 65 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument [all...] |
/foundation/ability/form_fwk/test/fuzztest/formhostclient_fuzzer/ |
H A D | formhostclient_fuzzer.cpp | 38 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 67 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
/foundation/ability/form_fwk/test/fuzztest/formmgr_fuzzer/ |
H A D | formmgr_fuzzer.cpp | 39 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 87 LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) LLVMFuzzerTestOneInput() argument [all...] |
/foundation/ability/form_fwk/test/fuzztest/formmgradaptertwo_fuzzer/ |
H A D | formmgradaptertwo_fuzzer.cpp | 39 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 74 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_ argument [all...] |
/foundation/ability/form_fwk/test/fuzztest/formmgrannex_fuzzer/ |
H A D | formmgrannex_fuzzer.cpp | 39 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 73 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument [all...] |
/foundation/ability/form_fwk/test/fuzztest/formproviderproxy_fuzzer/ |
H A D | formproviderproxy_fuzzer.cpp | 38 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 66 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument [all...] |
/foundation/ability/form_fwk/test/fuzztest/formrenderrecord_fuzzer/ |
H A D | formrenderrecord_fuzzer.cpp | 41 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size)
in DoSomethingInterestingWithMyAPI() argument 78 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
in LLVMFuzzerTestOneInput() argument [all...] |
/foundation/ability/form_fwk/test/fuzztest/formrenderserviceextension_fuzzer/ |
H A D | formrenderserviceextension_fuzzer.cpp | 41 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size)
in DoSomethingInterestingWithMyAPI() argument 64 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size)
in LLVMFuzzerTestOneInput() argument
|
/foundation/ability/form_fwk/test/fuzztest/formtimermgrannex_fuzzer/ |
H A D | formtimermgrannex_fuzzer.cpp | 39 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument 67 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument [all...] |
/foundation/ability/idl_tool/idl_tool_2/codegen/HDI/c/ |
H A D | c_service_driver_code_emitter.cpp | 85 std::string data = sb.ToString();
in EmitLowDriverSourceFile() local 170 std::string data = sb.ToString();
in EmitDriverSourceFile() local [all...] |
H A D | c_interface_code_emitter.cpp | 86 std::string data = sb.ToString();
in EmitLowModeInterfaceHeaderFile() local 136 std::string data = sb.ToString();
in EmitInterfaceHeaderFile() local
|
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/server/hdi_adapter/ |
H A D | adapter_host_manager.cpp | 113 int32_t AdapterHostManager::GetWakeupPcm(std::vector<uint8_t> &data) in GetWakeupPcm() argument
|
/foundation/ai/intelligent_voice_framework/tests/fuzztest/intellvoice_fuzzer/ |
H A D | intellvoice_fuzzer.cpp | 40 void IntellVoiceManagerFuzzTest(const uint8_t* data, size_t size) in IntellVoiceManagerFuzzTest() argument 51 void EnrollEngineFuzzTest(const uint8_t* data, size_t size) in EnrollEngineFuzzTest() argument 84 void WakeupEngineFuzzTest(const uint8_t* data, size_t size) in WakeupEngineFuzzTest() argument 111 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_ argument [all...] |
/foundation/ability/ability_runtime/test/unittest/ui_service_stub_test/ |
H A D | ui_service_stub_test.cpp | 58 void UIServiceStubTest::WriteInterfaceToken(MessageParcel& data) in WriteInterfaceToken() argument 72 MessageParcel data; in HWTEST_F() local 91 MessageParcel data; in HWTEST_F() local 125 MessageParcel data; HWTEST_F() local 158 MessageParcel data; HWTEST_F() local [all...] |
/foundation/ability/ability_runtime/test/unittest/ui_service_host_stub_test/ |
H A D | ui_service_host_stub_test.cpp | 57 void UIServiceHostStubTest::WriteInterfaceToken(MessageParcel& data) in WriteInterfaceToken() argument 71 MessageParcel data; in HWTEST_F() local 89 MessageParcel data; in HWTEST_F() local 130 MessageParcel data; HWTEST_F() local 150 MessageParcel data; HWTEST_F() local [all...] |