Home
last modified time | relevance | path

Searched defs:payload (Results 151 – 175 of 313) sorted by relevance

12345678910>>...13

/aosp14/frameworks/base/core/java/android/widget/
H A DTextViewOnReceiveContentListener.java70 public ContentInfo onReceiveContent(@NonNull View view, @NonNull ContentInfo payload) { in onReceiveContent()
126 private void onReceiveForAutofill(@NonNull TextView view, @NonNull ContentInfo payload) { in onReceiveForAutofill()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H A Davrcp_ct_packet.cpp190 uint16_t AvrcCtPacket::PushOctetsUpto8(uint8_t *pkt, size_t size, uint64_t payload) in PushOctetsUpto8()
203 uint16_t AvrcCtPacket::PopOctetsUpto8(uint8_t *pkt, size_t size, uint64_t &payload) in PopOctetsUpto8()
H A Davrcp_ct_pass_through.cpp77 uint64_t payload = 0x00; in DisassemblePacket() local
/ohos5.0/base/inputmethod/imf/services/src/
H A Dfreeze_manager.cpp100 std::unordered_map<std::string, std::string> payload = { in ReportRss() local
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
H A Dres_sched_service_mock_test.cpp95 void ReportData(uint32_t restype, int64_t value, const nlohmann::json& payload) override in ReportData()
99 …int32_t ReportSyncEvent(const uint32_t resType, const int64_t value, const nlohmann::json& payload, in ReportSyncEvent()
105 int32_t KillProcess(const nlohmann::json& payload) override in KillProcess()
/aosp14/frameworks/base/services/core/java/com/android/server/grammaticalinflection/
H A DGrammaticalInflectionService.java94 public void stageAndApplyRestoredPayload(byte[] payload, int userId) { in stageAndApplyRestoredPayload()
/aosp14/frameworks/base/core/java/android/service/gatekeeper/
H A DGateKeeperResponse.java59 public static GateKeeperResponse createOkResponse(byte[] payload, boolean shouldReEnroll) { in createOkResponse()
/aosp14/system/core/libkeyutils/
H A Dkeyutils.cpp37 key_serial_t add_key(const char* type, const char* description, const void* payload, in add_key()
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/auth_info/
H A Dremove_auth_info_client.c75 struct uint8_buff payload = { NULL, 0, 0 }; in build_remove_request_data() local
H A Dremove_auth_info.c145 static int32_t get_field_from_request_payload(struct uint8_buff *payload, int32_t *user_type, in get_field_from_request_payload()
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_dm_pin_holder.h147 const std::string &payload) override in OnPinHolderCreate()
155 …inHolderDestroy(const std::string &pkgName, DmPinType pinType, const std::string &payload) override in OnPinHolderDestroy()
H A DUTTest_ipc_cmd_parser_client.cpp442 std::string payload = "XXX"; variable
463 std::string payload = "XXX"; variable
581 std::string payload = "xx"; variable
601 std::string payload = "xx"; variable
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/transport/
H A DSecureTransport.java131 final ByteBuffer payload = ByteBuffer.wrap(data); in onSecureMessageReceived() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H A Davrcp_tg_pass_through.cpp84 uint64_t payload = 0x00; in DisassemblePacket() local
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_ability_connection_reporter.cpp151 std::unordered_map<std::string, std::string> payload = { in ReportConnectionInfosToRss() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_profiler/unittest/
H A Drs_profiler_packet_test.cpp46 auto payload = BinaryHelper::Data(raw.data(), raw.size()); variable
/aosp14/system/core/libsysutils/src/
H A DNetlinkEvent.cpp82 unsigned char payload[0]; member
105 unsigned char payload[0]; member
128 unsigned char payload[0]; member
463 struct nlattr* payload = findNlAttr(nh, sizeof(struct genlmsghdr), NFULA_PAYLOAD); in parseNfPacketMessage() local
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/standard_exchange_task/
H A Dstandard_server_bind_exchange_task.c48 CJson *payload = GetObjFromJson(out, FIELD_PAYLOAD); in ExchangeStart() local
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
H A Dres_sched_client.cpp59 nlohmann::json payload; in ReportData() local
71 …Client::ReportSyncEvent(const uint32_t resType, const int64_t value, const nlohmann::json& payload, in ReportSyncEvent()
107 nlohmann::json payload; in KillProcess() local
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/plugins/socperf_plugin/test/unittest/
H A Dsoc_perf_plugin_test.cpp400 nlohmann::json payload; variable
436 nlohmann::json payload; variable
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/unittest/
H A Dobserver_event_test.cpp515 nlohmann::json payload; variable
543 nlohmann::json payload; variable
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/
H A Dpake_task_common.c25 CJson *payload = NULL; in ConstructOutJson() local
/aosp14/frameworks/base/core/java/android/app/slice/
H A DISliceManager.aidl31 void applyRestore(in byte[] payload, int user); in applyRestore()
/ohos5.0/foundation/ability/dmsfwk_lite/include/
H A Ddmslite_tlv_common.h62 const uint8_t *payload; member
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/linux/
H A Dipc_invoker.c169 struct binder_ptr_cookie payload; in BinderRefDone() member
502 struct binder_handle_cookie payload; in IpcAddDeathRecipient() member
514 struct binder_handle_cookie payload; in IpcRemoveDeathRecipient() member

12345678910>>...13