Home
last modified time | relevance | path

Searched defs:payload (Results 1 – 25 of 171) sorted by relevance

1234567

/foundation/resourceschedule/resource_schedule_service/ressched/test/unittest/src/
Dres_sched_mgr_test.cpp57 nlohmann::json payload; variable
72 nlohmann::json payload; variable
87 nlohmann::json payload; variable
104 nlohmann::json payload; variable
126 nlohmann::json payload; variable
141 nlohmann::json payload; variable
Dscene_recognize_test.cpp48 nlohmann::json payload; variable
71 nlohmann::json payload; variable
91 nlohmann::json payload; variable
146 nlohmann::json payload; variable
173 nlohmann::json payload; variable
189 nlohmann::json payload; variable
205 nlohmann::json payload; variable
229 nlohmann::json payload; variable
251 nlohmann::json payload; variable
Dplugin_mgr_test.cpp237 nlohmann::json payload; variable
259 nlohmann::json payload; variable
358 nlohmann::json payload; variable
438 nlohmann::json payload; variable
460 nlohmann::json payload; variable
500 nlohmann::json payload; variable
542 nlohmann::json payload; variable
560 nlohmann::json payload; variable
578 nlohmann::json payload; variable
/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/
Dbackground_task_observer.cpp31 const std::shared_ptr<TransientTaskAppInfo>& info, nlohmann::json& payload) in MarshallingTransientTaskAppInfo()
55 nlohmann::json payload; in OnTransientTaskStart() local
78 nlohmann::json payload; in OnTransientTaskEnd() local
91 nlohmann::json payload; in OnTransientTaskErr() local
99 nlohmann::json payload; in OnAppTransientTaskStart() local
107 nlohmann::json payload; in OnAppTransientTaskEnd() local
114 …t std::shared_ptr<ContinuousTaskCallbackInfo>& continuousTaskCallbackInfo, nlohmann::json& payload) in MarshallingContinuousTaskCallbackInfo()
145 nlohmann::json payload; in OnContinuousTaskStart() local
170 nlohmann::json payload; in OnContinuousTaskStop() local
195 nlohmann::json payload; in OnContinuousTaskUpdate() local
[all …]
Dapp_state_observer.cpp38 nlohmann::json payload; in OnForegroundApplicationChanged() local
67 nlohmann::json payload; in OnAbilityStateChanged() local
102 nlohmann::json payload; in OnExtensionStateChanged() local
110 …ationStateObserver::MarshallingProcessData(const ProcessData &processData, nlohmann::json &payload) in MarshallingProcessData()
147 nlohmann::json payload; in OnProcessCreated() local
170 nlohmann::json payload; in OnProcessDied() local
195 nlohmann::json payload; in OnApplicationStateChanged() local
204 …onStateObserver::MarshallingAppStateData(const AppStateData &appStateData, nlohmann::json &payload) in MarshallingAppStateData()
221 nlohmann::json payload; in OnAppStateChanged() local
235 nlohmann::json payload; in OnAppCacheStateChanged() local
[all …]
Dwindow_state_observer.cpp48 nlohmann::json payload; in OnFocused() local
78 nlohmann::json payload; in OnUnfocused() local
89 nlohmann::json& payload) in MarshallingWindowVisibilityInfo()
119 nlohmann::json payload; in OnWindowVisibilityChanged() local
128 nlohmann::json& payload) in MarshallingWindowDrawingContentInfo()
156 nlohmann::json payload; in OnWindowDrawingContentChanged() local
168 nlohmann::json payload; in OnWindowModeUpdate() local
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
Dconnection_subscriber.cpp25 const AbilityRuntime::ConnectionData& data, nlohmann::json &payload) in MarshallingConnectionData()
41 nlohmann::json payload; in OnExtensionConnected() local
50 nlohmann::json payload; in OnExtensionDisconnected() local
56 …scriber::MarshallingDlpStateData(const AbilityRuntime::DlpStateData& data, nlohmann::json &payload) in MarshallingDlpStateData()
71 nlohmann::json payload; in OnDlpAbilityOpened() local
80 nlohmann::json payload; in OnDlpAbilityClosed() local
Daudio_observer.cpp25 …ique_ptr<AudioStandard::AudioRendererChangeInfo> &audioRendererChangeInfo, nlohmann::json &payload) in MarshallingAudioRendererChangeInfo()
45 nlohmann::json payload; in OnRendererStateChange() local
58 const nlohmann::json payload = nlohmann::json::object(); in OnRingerModeUpdated() local
67 nlohmann::json payload; in OnVolumeKeyEvent() local
78 nlohmann::json payload; in OnPreferredOutputDeviceUpdated() local
Dav_session_state_listener.cpp26 nlohmann::json &payload) in MarshallingAVSessionDescriptor()
36 nlohmann::json payload; in OnSessionCreate() local
45 nlohmann::json payload; in OnSessionRelease() local
54 nlohmann::json payload; in OnTopSessionChange() local
Ddownload_upload_observer.cpp53 const nlohmann::json payload = nlohmann::json::object(); in HandleEnterScene() local
61 const nlohmann::json payload = nlohmann::json::object(); in HandleExitScene() local
Dhisysevent_observer.cpp136 nlohmann::json payload; in ProcessAvCodecEvent() local
169 nlohmann::json payload; in ProcessRunningLockEvent() local
222 nlohmann::json payload; in ProcessAudioEvent() local
269 nlohmann::json payload; in ProcessCameraEvent() local
294 nlohmann::json payload; in ProcessBluetoothEvent() local
329 nlohmann::json payload; in ProcessWifiEvent() local
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
Davrcp_tg_packet.cpp21 uint16_t AvrcTgPacket::PushOctets1(uint8_t *pkt, uint8_t payload) in PushOctets1()
28 uint16_t AvrcTgPacket::PushOctets2(uint8_t *pkt, uint16_t payload) in PushOctets2()
35 uint16_t AvrcTgPacket::PushOctets3(uint8_t *pkt, uint32_t payload) in PushOctets3()
42 uint16_t AvrcTgPacket::PushOctets4(uint8_t *pkt, uint32_t payload) in PushOctets4()
49 uint16_t AvrcTgPacket::PushOctets8(uint8_t *pkt, uint64_t payload) in PushOctets8()
65 uint16_t AvrcTgPacket::PopOctets1(uint8_t *pkt, uint64_t &payload) in PopOctets1()
76 uint16_t AvrcTgPacket::PopOctets2(uint8_t *pkt, uint64_t &payload) in PopOctets2()
87 uint16_t AvrcTgPacket::PopOctets3(uint8_t *pkt, uint64_t &payload) in PopOctets3()
98 uint16_t AvrcTgPacket::PopOctets4(uint8_t *pkt, uint64_t &payload) in PopOctets4()
109 uint16_t AvrcTgPacket::PopOctets8(uint8_t *pkt, uint64_t &payload) in PopOctets8()
[all …]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
Davrcp_ct_notification.cpp95 uint64_t payload = 0x00; in DisassembleParameters() local
150 uint64_t payload = 0x00; in DisassemblePlaybackStatus() local
167 uint64_t payload = 0x00; in DisassembleTrackChanged() local
184 uint64_t payload = 0x00; in DisassemblePlaybackPosChanged() local
204 uint64_t payload = 0x00; in DisassemblePlayerApplicationSettingChanged() local
230 uint64_t payload = 0x00; in DisassembleAddressedPlayerChanged() local
252 uint64_t payload = 0x00; in DisassembleUidsChanged() local
269 uint64_t payload = 0x00; in DisassembleVolumeChanged() local
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
Dres_sched_mgr.cpp161 void ResSchedMgr::ReportData(uint32_t resType, int64_t value, const nlohmann::json& payload) in ReportData()
168 void ResSchedMgr::ReportDataInner(uint32_t resType, int64_t value, const nlohmann::json& payload) in ReportDataInner()
180 int32_t ResSchedMgr::KillProcessByClient(const nlohmann::json& payload) in KillProcessByClient()
190 nlohmann::json payload; in InitExecutorPlugin() local
202 … ResSchedMgr::DispatchResourceInner(uint32_t resType, int64_t value, const nlohmann::json& payload) in DispatchResourceInner()
207 extern "C" void ReportDataInProcess(uint32_t resType, int64_t value, const nlohmann::json& payload) in ReportDataInProcess()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/test/unittest/
Dframe_aware_plugin_test.cpp62 nlohmann::json payload; variable
104 nlohmann::json payload; variable
146 nlohmann::json payload; variable
198 nlohmann::json payload; variable
234 nlohmann::json payload; variable
271 nlohmann::json payload; variable
308 nlohmann::json payload; variable
344 nlohmann::json payload; variable
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
Dmdns_packet_parser.cpp32 template <class T> void WriteRawData(const T &data, MDnsPayload &payload) in WriteRawData()
73 MDnsMessage MDnsPayloadParser::FromBytes(const MDnsPayload &payload) in FromBytes()
83 MDnsPayload payload; in ToBytes() local
90 const uint8_t *MDnsPayloadParser::Parse(const uint8_t *begin, const MDnsPayload &payload, MDnsMessa… in Parse()
123 const uint8_t *MDnsPayloadParser::ParseHeader(const uint8_t *begin, const MDnsPayload &payload, in ParseHeader()
141 const uint8_t *MDnsPayloadParser::ParseQuestion(const uint8_t *begin, const MDnsPayload &payload, in ParseQuestion()
164 const uint8_t *MDnsPayloadParser::ParseRR(const uint8_t *begin, const MDnsPayload &payload, in ParseRR()
189 const uint8_t *MDnsPayloadParser::ParseRData(const uint8_t *begin, const MDnsPayload &payload, int … in ParseRData()
239 const uint8_t *MDnsPayloadParser::ParseSrv(const uint8_t *begin, const MDnsPayload &payload, std::a… in ParseSrv()
261 const uint8_t *MDnsPayloadParser::ParseTxt(const uint8_t *begin, const MDnsPayload &payload, int le… in ParseTxt()
[all …]
/foundation/resourceschedule/resource_schedule_service/ressched/scene_recognize/src/
Dbackground_sensitive_task_overlapping_scene_recognizer.cpp52 const nlohmann::json& payload) in OnDispatchResource()
74 const nlohmann::json& payload) in HandleContinuousTask()
134 nlohmann::json payload; in EnterScene() local
142 nlohmann::json payload; in ExitScene() local
172 nlohmann::json payload; in HandleTaskUpdate() local
191 const nlohmann::json& payload) in HandleForeground()
Dslide_recognizer.cpp33 static auto g_reportListFlingLockedEnd = [](const nlohmann::json payload) { in __anon8518471a0202()
52 …SlideRecognizer::OnDispatchResource(uint32_t resType, int64_t value, const nlohmann::json& payload) in OnDispatchResource()
70 void SlideRecognizer::HandleSlideEvent(int64_t value, const nlohmann::json& payload) in HandleSlideEvent()
99 void SlideRecognizer::HandleSlideDetecting(const nlohmann::json& payload) in HandleSlideDetecting()
124 void SlideRecognizer::HandleListFlingStart(const nlohmann::json& payload) in HandleListFlingStart()
148 void SlideRecognizer::HandleSendFrameEvent(const nlohmann::json& payload) in HandleSendFrameEvent()
173 void SlideRecognizer::HandleClickEvent(int64_t value, const nlohmann::json& payload) in HandleClickEvent()
205 nlohmann::json SlideRecognizer::FillRealPid(const nlohmann::json& payload) in FillRealPid()
Dcontinuous_app_install_recognizer.cpp33 …stallRecognizer::OnDispatchResource(uint32_t resType, int64_t value, const nlohmann::json& payload) in OnDispatchResource()
43 nlohmann::json payload; in OnDispatchResource() local
53 nlohmann::json payload; in OnDispatchResource() local
/foundation/resourceschedule/qos_manager/services/src/
Dconcurrent_task_service.cpp21 void ConcurrentTaskService::ReportData(uint32_t resType, int64_t value, const Json::Value& payload) in ReportData()
31 …urrentTaskService::QueryDeadline(int queryItem, DeadlineReply& queryRs, const Json::Value& payload) in QueryDeadline()
36 void ConcurrentTaskService::RequestAuth(const Json::Value& payload) in RequestAuth()
/foundation/resourceschedule/qos_manager/test/unittest/phone/
Dconcurrent_task_client_test.cpp59 std::unordered_map<std::string, std::string> payload; variable
97 std::unordered_map<pid_t, uint32_t> payload; variable
110 std::unordered_map<std::string, std::string> payload; variable
Dconcurrent_task_controller_test.cpp70 const Json::Value payload; variable
386 const Json::Value payload; variable
397 Json::Value payload; variable
410 Json::Value payload; variable
431 Json::Value payload; variable
448 Json::Value payload; variable
592 Json::Value payload; variable
/foundation/resourceschedule/resource_schedule_service/ressched_executor/services/resschedexemgr/src/
Dres_sched_exe_mgr.cpp64 const nlohmann::json& payload, nlohmann::json& reply) in SendRequestSync()
88 …id ResSchedExeMgr::SendRequestAsync(uint32_t resType, int64_t value, const nlohmann::json& payload) in SendRequestAsync()
106 void ResSchedExeMgr::InitPluginMgr(const nlohmann::json& payload) in InitPluginMgr()
147 void ResSchedExeMgr::HandleRequestForCgroup(uint32_t resType, const nlohmann::json& payload, nlohma… in HandleRequestForCgroup()
166 void ResSchedExeMgr::GetCgroupFileContent(uint32_t resType, const nlohmann::json& payload, nlohmann… in GetCgroupFileContent()
188 void ResSchedExeMgr::CheckProcTaskForCgroup(uint32_t resType, const nlohmann::json& payload, nlohma… in CheckProcTaskForCgroup()
/foundation/arkui/ace_engine/frameworks/base/ressched/
Dressched_report.cpp66 void LoadAceApplicationContext(std::unordered_map<std::string, std::string>& payload) in LoadAceApplicationContext()
86 std::unordered_map<std::string, std::string> payload = param; in ResSchedDataReport() local
150 const std::unordered_map<std::string, std::string>& payload) in ResSchedDataReport()
202 std::unordered_map<std::string, std::string> payload; in HandleTouchDown() local
210 std::unordered_map<std::string, std::string> payload; in HandleTouchUp() local
224 std::unordered_map<std::string, std::string> payload; in HandleTouchMove() local
244 std::unordered_map<std::string, std::string> payload; in HandleTouchPullUp() local
253 std::unordered_map<std::string, std::string> payload; in HandleTouchPullMove() local
283 std::unordered_map<std::string, std::string> payload; in LoadPageEvent() local
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/common_event/src/
Devent_controller.cpp113 const EventFwk::Want &want, const int32_t &code, nlohmann::json &payload) in HandleConnectivityChange()
122 …::ReportDataInProcess(const uint32_t &resType, const int64_t &value, const nlohmann::json& payload) in ReportDataInProcess()
209 nlohmann::json payload = nlohmann::json::object(); in OnReceiveEvent() local
257 …id EventController::handleEvent(int32_t userId, const std::string &action, nlohmann::json &payload) in handleEvent()
302 …entController::handleOtherEvent(int32_t userId, const std::string &action, nlohmann::json &payload) in handleOtherEvent()
312 …entController::HandlePkgCommonEvent(const std::string &action, Want &want, nlohmann::json &payload) in HandlePkgCommonEvent()

1234567