| /base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
| H A D | ffrt_block_queue.h | 40 void Push(const T &data) in Push() argument 46 void Wait(const T &data) in Wait() argument 52 bool GetFront(T &data) in GetFront() argument
|
| /base/inputmethod/imf/services/src/ |
| H A D | input_control_channel_stub.cpp | 34 int32_t InputControlChannelStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, in OnRemoteRequest() argument
|
| H A D | input_control_channel_proxy.cpp | 42 MessageParcel data; in HideKeyboardSelf() local
|
| /base/location/frameworks/cj/source/ |
| H A D | cached_locations_callback.cpp | 41 OnRemoteRequest( uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
|
| H A D | country_code_callback.cpp | 38 OnRemoteRequest( uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
|
| /base/location/frameworks/native/locator_agent/source/ |
| H A D | native_location_callback_host.cpp | 26 OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
|
| H A D | native_nmea_callback_host.cpp | 25 OnRemoteRequest( uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
|
| /base/hiviewdfx/hiview/adapter/service/common/src/ |
| H A D | hiview_file_info.cpp | 42 void* data = malloc(size);
in GetData() local 57 HiviewFileInfo HiviewFileInfo::ParseData(const char* data, const uint32_t dataSize)
in ParseData() argument [all...] |
| /base/hiviewdfx/hiview/plugins/faultlogger/service/idl/src/ |
| H A D | faultlogger_service_proxy.cpp | 36 MessageParcel data; in AddFaultLog() local 68 MessageParcel data; in QuerySelfFaultLog() local 102 MessageParcel data; Destroy() local [all...] |
| H A D | faultlogger_service_stub.cpp | 29 int FaultLoggerServiceStub::OnRemoteRequest(uint32_t code, MessageParcel &data, in OnRemoteRequest() argument
|
| H A D | faultlog_query_result_stub.cpp | 27 int FaultLogQueryResultStub::OnRemoteRequest(uint32_t code, MessageParcel &data, in OnRemoteRequest() argument
|
| /base/location/frameworks/native/fence_extension_ability/src/ |
| H A D | fence_extension_stub.cpp | 22 int FenceExtensionStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest() argument
|
| /base/location/frameworks/native/locator_sdk/source/ |
| H A D | locator_callback_host.cpp | 21 OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) OnRemoteRequest() argument
|
| /base/location/services/location_locator/callback/source/ |
| H A D | nmea_message_callback_proxy.cpp | 34 MessageParcel data; in OnMessageChange() local
|
| /base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_easy/ |
| H A D | easy_socket_writer.c | 62 int Write(const uint8_t* data, const size_t dataLen) in Write() argument
|
| H A D | easy_util.c | 24 int MemoryInit(uint8_t* data, const size_t dataLen) in MemoryInit() argument
|
| /base/hiviewdfx/hitrace/test/fuzztest/hitracedump_fuzzer/ |
| H A D | hitracedump_fuzzer.cpp | 31 void HitraceDumpCmdModeTest(const uint8_t* data, size_t size) in HitraceDumpCmdModeTest() argument 50 void HitraceDumpServiceModeTest(const uint8_t* data, size_t size) in HitraceDumpServiceModeTest() argument 79 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument [all...] |
| /base/hiviewdfx/hitrace/test/fuzztest/common/ |
| H A D | hitrace_fuzztest_common.h | 30 void StreamToValueInfo(const uint8_t* data, T value) in StreamToValueInfo() argument
|
| /base/hiviewdfx/hiview/base/event_raw/encoded/ |
| H A D | raw_data_encoder.cpp | 29 bool RawDataEncoder::StringValueEncoded(RawData& data, const std::string& val) in StringValueEncoded() argument 42 bool RawDataEncoder::ValueTypeEncoded(RawData& data, bool isArray, ValueType type, uint8_t count) in ValueTypeEncoded() argument
|
| /base/hiviewdfx/hiview/base/utility/include/ |
| H A D | ash_memory_utils.h | 33 void* data = dataInfo.GetData(dataSize); in WriteBulkData() local
|
| /base/hiviewdfx/hiview/plugins/performance/reporter/adapter/ |
| H A D | JankAnimatorReporterAdapter.cpp | 35 JankAnimatorReportData data = ConvertReporterEventToData(event); in ReportNormal() local 57 JankAnimatorReportData data = ConvertReporterEventToData(event); in ReportCritical() local 71 JankAnimatorReportData data; in ConvertReporterEventToData() local [all...] |
| H A D | AppStartReporterAdapter.cpp | 31 AppStartReportData data = ConvertReportEventToData(event); in ReportNormal() local
|
| /base/hiviewdfx/hiview/plugins/sysevent_source/test/fuzztest/common/eventsource_fuzzer/ |
| H A D | eventsource_fuzzer.cpp | 62 static void SysEventSourceDumpTest(const uint8_t* data, size_t size) in SysEventSourceDumpTest() argument 72 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
|
| /base/hiviewdfx/hiview/test/unittest/unified_collection/utility/ |
| H A D | perf_collector_test.cpp | 54 CollectResult<bool> data = perfCollector->StartPerf(filedir); in HWTEST_F() local 77 CollectResult<bool> data = perfCollector->StartPerf(filedir); in HWTEST_F() local 102 CollectResult<bool> data = perfCollector->Prepare(filedir); HWTEST_F() local 134 CollectResult<bool> data = perfCollector->StartPerf(filedir); HWTEST_F() local 158 CollectResult<bool> data = perfCollector->StartPerf(filedir); HWTEST_F() local [all...] |
| /base/inputmethod/imf/common/include/ |
| H A D | block_queue.h | 40 void Push(const T &data) in Push() argument 46 void Wait(const T &data) in Wait() argument 52 bool IsReady(const T &data) in IsReady() argument 58 bool GetFront(T &data) in GetFront() argument
|