Home
last modified time | relevance | path

Searched defs:payload (Results 126 – 150 of 240) sorted by relevance

12345678910

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dpacket.c36 Payload *payload; member
41 Payload *payload = (Payload *)calloc(1, sizeof(Payload)); in PayloadNew() local
51 Payload *payload = (Payload *)calloc(1, sizeof(Payload)); in PayloadNewRef() local
59 static inline void PayloadFree(Payload *payload) in PayloadFree()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedservice/src/
H A Dres_sched_service.cpp46 void ResSchedService::ReportData(uint32_t resType, int64_t value, const nlohmann::json& payload) in ReportData()
59 …ervice::ReportSyncEvent(const uint32_t resType, const int64_t value, const nlohmann::json& payload, in ReportSyncEvent()
65 int32_t ResSchedService::KillProcess(const nlohmann::json& payload) in KillProcess()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/scene_recognize/src/
H A Dscene_recognizer_mgr.cpp49 …ceneRecognizerMgr::DispatchResource(uint32_t resType, int64_t value, const nlohmann::json& payload) in DispatchResource()
/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/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/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()
/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/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/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
H A DUTTest_device_manager_service_listener.cpp372 std::string payload = "payload"; variable
387 std::string payload = "payload"; variable
/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
/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/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/
H A Dpake_task_common.c25 CJson *payload = NULL; in ConstructOutJson() 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/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/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
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/transport/
H A Ddh_transport.cpp109 void DHTransport::HandleReceiveMessage(const std::string &payload) in HandleReceiveMessage()
409 int32_t DHTransport::Send(const std::string &remoteNetworkId, const std::string &payload) in Send()
/ohos5.0/base/startup/hvb/libhvb/src/cert/
H A Dhvb_cert.c181 struct hash_payload *payload = &cert->hash_payload; in _hvb_cert_payload_parser() local
200 struct hash_payload *payload = &cert->hash_payload; in _hvb_cert_payload_parser_v2() local
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/
H A Dcgroup_adjuster.cpp222 nlohmann::json payload; in ApplyProcessGroup() local

12345678910