Home
last modified time | relevance | path

Searched defs:data (Results 4576 – 4600 of 16504) sorted by relevance

1...<<181182183184185186187188189190>>...661

/aosp12/art/test/ti-agent/
H A Dmonitors_helper.cc85 MonitorsData* data = nullptr; in monitorEnterCB() local
99 MonitorsData* data = nullptr; in monitorEnteredCB() local
114 MonitorsData* data = nullptr; in monitorWaitCB() local
129 MonitorsData* data = nullptr; in monitorWaitedCB() local
150 MonitorsData* data = nullptr; in Java_art_Monitors_setupMonitorEvents() local
/aosp12/system/bt/gd/os/
H A Dqueue_benchmark.cc66 void push(std::string data) { in push()
78 std::unique_ptr<std::string> data = std::make_unique<std::string>(std::move(buffer_.front())); in EnqueueCallbackForTest() local
117 std::string data = *(queue_->TryDequeue()); in DequeueCallbackForTest() local
155 std::string data = std::to_string(1); in BENCHMARK_DEFINE_F() local
189 std::string data = std::string(packet_size, 'x'); in BENCHMARK_DEFINE_F() local
/ohos5.0/foundation/ability/dmsfwk/test/fuzztest/distributedwantparams_fuzzer/
H A Ddistributedwantparams_fuzzer.cpp57 bool DoSomethingInterestingWithMyApiDistributedWantParams001(const char* data, size_t size) in DoSomethingInterestingWithMyApiDistributedWantParams001()
80 bool DoSomethingInterestingWithMyApiDistributedWantParams002(const char* data, size_t size) in DoSomethingInterestingWithMyApiDistributedWantParams002()
120 bool DoSomethingInterestingWithMyApiDistributedWantParams003(const char* data, size_t size) in DoSomethingInterestingWithMyApiDistributedWantParams003()
172 bool DoSomethingInterestingWithMyApiDistributedWantParams004(const char* data, size_t size) in DoSomethingInterestingWithMyApiDistributedWantParams004()
194 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/ohos5.0/drivers/hdf_core/framework/test/unittest/manager/
H A Dsample_driver_test.c66 static int32_t SampleDriverRegisterDevice(struct HdfDeviceObject *dev, struct HdfSBuf *data) in SampleDriverRegisterDevice()
120 static int32_t SampleDriverUnregisterDevice(struct HdfSBuf *data) in SampleDriverUnregisterDevice()
149 static int32_t SampleDriverSendEvent(struct HdfDeviceIoClient *client, int id, struct HdfSBuf *data in SampleDriverSendEvent()
167 static int32_t SampleDriverUpdateService(struct HdfDeviceIoClient *client, struct HdfSBuf *data) in SampleDriverUpdateService()
186 struct HdfDeviceIoClient *client, int cmdId, struct HdfSBuf *data, struct HdfSBuf *reply) in SampleDriverDispatch()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_async_call.cpp38 void *data = nullptr; in SetAction() local
179 void AsyncCall::OnExecute(napi_env env, void *data) in OnExecute()
194 void AsyncCall::OnComplete(napi_env env, void *data) in OnComplete()
210 void AsyncCall::OnComplete(napi_env env, napi_status status, void *data) in OnComplete()
217 void AsyncCall::OnReturn(napi_env env, napi_status status, void *data) in OnReturn()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/drawsurface_fuzzer/
H A Ddrawsurface_fuzzer.cpp35 bool SurfaceFuzzTest001(const uint8_t* data, size_t size) in SurfaceFuzzTest001()
79 bool SurfaceFuzzTest002(const uint8_t* data, size_t size) in SurfaceFuzzTest002()
127 bool SurfaceFuzzTest003(const uint8_t* data, size_t size) in SurfaceFuzzTest003()
164 bool SurfaceFuzzTest004(const uint8_t* data, size_t size) in SurfaceFuzzTest004()
187 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/ohos5.0/drivers/peripheral/nfc/hdi_service/
H A Dnfc_impl.cpp44 static void DataCallback(uint16_t len, uint8_t *data) in DataCallback()
95 int32_t NfcImpl::CoreInitialized(const std::vector<uint8_t> &data, NfcStatus &status) in CoreInitialized()
121 int32_t NfcImpl::Write(const std::vector<uint8_t> &data, NfcStatus &status) in Write()
174 int32_t NfcImpl::Ioctl(NfcCommand cmd, const std::vector<uint8_t> &data, NfcStatus &status) in Ioctl()
189 int32_t NfcImpl::IoctlWithResponse(NfcCommand cmd, const std::vector<uint8_t> &data, in IoctlWithResponse()
/ohos5.0/base/update/updater/services/package/pkg_manager/
H A Dpkg_stream.h33 int32_t Read(PkgBuffer &data, size_t start, size_t needRead, size_t &readLen) override in Read()
49 int32_t Write(const PkgBuffer &data, size_t size, size_t start) override in Write()
174 int32_t Read(PkgBuffer &data, size_t start, size_t needRead, size_t &readLen) override in Read()
183 int32_t Write(const PkgBuffer &data, size_t size, size_t start) override in Write()
218 PkgBuffer data = {}; in Flush() local
/ohos5.0/foundation/communication/netstack/test/unittest/tlssocket/client/
H A DTlsSocketCertChainOneWayTest.cpp101 const std::string data = "how do you do? this is connectInterface"; variable
119 const std::string data = "how do you do? this is closeInterface"; variable
137 const std::string data = "how do you do? this is sendInterface"; variable
177 const std::string data = "how do you do? this is getRemoteAddressInterface"; variable
224 const std::string data = "how do you do? This is UT test getRemoteCertificateInterface"; variable
268 const std::string data = "how do you do? This is getCipherSuiteInterface"; variable
300 …certChainOneWayService.OnMessage([&getData](const std::string &data, const Socket::SocketRemoteInf… in __anondf24d1201d02()
308 const std::string data = "how do you do? this is tlsSocketOnMessageData"; variable
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DUpdateDestinationBlockedAction.java42 Object data, UpdateDestinationBlockedActionListener mListener) { in UpdateDestinationBlockedActionMonitor()
51 final Object data, in onActionDone()
63 final Object data, in onActionSucceeded()
71 final Object data, in onActionFailed()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/services/uiservice/src/
H A Dui_service_mgr_client.cpp74 const std::string& data, const std::string& extraData) in Push()
87 …erviceMgrClient::Request(const AAFwk::Want& want, const std::string& name, const std::string& data) in Request()
101 const std::string& data, const std::string& extraData) in ReturnRequest()
132 ErrCode UIServiceMgrClient::UpdateDialog(int32_t id, const std::string& data) in UpdateDialog()
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_callback_stub.cpp32 int DhcpClientCallBackStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &repl… in OnRemoteRequest()
112 int DhcpClientCallBackStub::RemoteOnIpSuccessChanged(uint32_t code, MessageParcel &data, MessagePar… in RemoteOnIpSuccessChanged()
147 int DhcpClientCallBackStub::RemoteOnIpFailChanged(uint32_t code, MessageParcel &data, MessageParcel… in RemoteOnIpFailChanged()
158 int DhcpClientCallBackStub::RemoteOnDhcpOfferReport(uint32_t code, MessageParcel &data, MessageParc… in RemoteOnDhcpOfferReport()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/src/
H A Dclient_trans_stream.c77 static void OnStreamReceived(int32_t channelId, const StreamData *data, const StreamData *ext, in OnStreamReceived()
96 static void OnFrameStats(int32_t channelId, const StreamSendStats *data) in OnFrameStats()
106 static void OnRippleStats(int32_t channelId, const TrafficStats *data) in OnRippleStats()
208 int32_t TransSendStream(int32_t channelId, const StreamData *data, const StreamData *ext, const Str… in TransSendStream()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/rdb/performance/src/
H A DRdbStoreOthersCallbackPerf.js84 rdbStore.update(updateVB, predicates, function (err, data) { argument
107 rdbStore.delete(predicates, function (err, data) { argument
128 rdbStore.querySql("select * from test", [], function (err, data) { argument
149 rdbStore.executeSql("insert into test (name, age) values ('tom', 22)", function (err, data) { argument
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_utils.c40 struct HdfWifiNetDeviceData *data = GetPlatformData(netDev); in GetChipDriver() local
79 struct HdfWifiNetDeviceData *data = NULL; in RenewNetDevice() local
146 struct HdfWifiNetDeviceData *data = NULL; in AllocPlatformNetDevice() local
196 struct HdfWifiNetDeviceData *data = NULL; in ReleasePlatformNetDevice() local
/ohos5.0/foundation/multimedia/av_session/services/session/server/softbus/
H A Dsoftbus_distributed_data_manager.cpp62 void SoftbusDistributedDataManager::MessageReceived(int32_t socket, const std::string &data) in MessageReceived()
73 void SoftbusDistributedDataManager::BytesReceived(int32_t socket, const std::string &data) in BytesReceived()
145 void SoftbusDistributedDataManager::OnMessageHandleReceived(int32_t socket, const std::string &data) in OnMessageHandleReceived()
161 void SoftbusDistributedDataManager::OnBytesServerReceived(const std::string &data) in OnBytesServerReceived()
/aosp12/frameworks/base/core/java/com/android/internal/backup/
H A DIObbBackupService.aidl36 void backupObbs(in String packageName, in ParcelFileDescriptor data, in backupObbs()
42 void restoreObbFile(in String pkgName, in ParcelFileDescriptor data, in restoreObbFile()
/aosp12/frameworks/base/core/java/android/app/backup/
H A DAbsoluteFileBackupHelper.java57 public void performBackup(ParcelFileDescriptor oldState, BackupDataOutput data, in performBackup()
66 public void restoreEntity(BackupDataInputStream data) { in restoreEntity()
/aosp12/system/teeui/libteeui/include/teeui/
H A Dstatic_vec.h54 T* data() { return data_; } in data() function
55 const T* data() const { return data_; } in data() function
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_host_delegate_stub.cpp32 int32_t FormHostDelegateStub::OnRemoteRequest(uint32_t code, MessageParcel &data, in OnRemoteRequest()
51 int32_t FormHostDelegateStub::HandleRouterEvent(MessageParcel &data, MessageParcel &reply) in HandleRouterEvent()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formashmem_fuzzer/
H A Dformashmem_fuzzer.cpp38 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI()
50 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmanager_fuzzer/
H A Dformmanager_fuzzer.cpp38 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI()
53 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formproviderinfo_fuzzer/
H A Dformproviderinfo_fuzzer.cpp34 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI()
51 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formsupplyproxy_fuzzer/
H A Dformsupplyproxy_fuzzer.cpp38 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI()
48 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/providerconnectproxy_fuzzer/
H A Dproviderconnectproxy_fuzzer.cpp38 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI()
48 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput()

1...<<181182183184185186187188189190>>...661