Home
last modified time | relevance | path

Searched refs:msgValue (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/slite/
H A Dabilityms_slite_client.cpp110 .msgValue = 0, in StartAbility()
124 .msgValue = static_cast<uint32_t>(token & TRANSACTION_MSG_TOKEN_MASK), in TerminateAbility()
135 .msgValue = mission, in TerminateMission()
153 .msgValue = 0, in TerminateAll()
167 .msgValue = static_cast<uint32_t>((token & TRANSACTION_MSG_TOKEN_MASK) | in SchedulerLifecycleDone()
182 .msgValue = static_cast<uint32_t>(token & TRANSACTION_MSG_TOKEN_MASK), in ForceStopBundle()
266 .msgValue = reinterpret_cast<uint32>(observer), in AddAbilityRecordObserver()
281 .msgValue = reinterpret_cast<uint32>(observer), in RemoveAbilityRecordObserver()
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H A Dability_mgr_service_slite.cpp169 ret = AbilityRecordManager::GetInstance().TerminateAbility(request->msgValue); in ServiceMessageHandle()
171 ret = AbilityRecordManager::GetInstance().TerminateMission(request->msgValue); in ServiceMessageHandle()
173 ret = AbilityRecordManager::GetInstance().ForceStopBundle(request->msgValue); in ServiceMessageHandle()
191 uint32_t token = request->msgValue & TRANSACTION_MSG_TOKEN_MASK; in ServiceMessageHandle()
192 … uint32_t state = (request->msgValue >> TRANSACTION_MSG_STATE_OFFSET) & TRANSACTION_MSG_STATE_MASK; in ServiceMessageHandle()
195 … AbilityRecordObserver *observer = reinterpret_cast<AbilityRecordObserver *>(request->msgValue); in ServiceMessageHandle()
198 … AbilityRecordObserver *observer = reinterpret_cast<AbilityRecordObserver *>(request->msgValue); in ServiceMessageHandle()
/ohos5.0/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_feature.c96 HandleSessionOpened(request->msgValue); in OnMessage()
99 HandleSessionClosed(request->msgValue); in OnMessage()
102 HandleBytesReceived(request->msgValue, request->data, request->len); in OnMessage()
H A Ddmslite_session.c94 .msgValue = sessionId in OnBytesReceived()
119 .msgValue = sessionId in OnSessionClosed()
150 .msgValue = sessionId in OnSessionOpened()
/ohos5.0/base/hiviewdfx/hiview_lite/
H A Dhiview_service.c100 .msgValue = type, in Output()
127 void HiviewSendMessage(const char *srvName, int16 msgId, uint16 msgValue) in HiviewSendMessage() argument
138 hiviewInfterface->Output((IUnknown *)hiviewInfterface, msgId, msgValue); in HiviewSendMessage()
H A Dhiview_service.h64 void HiviewSendMessage(const char *srvName, int16 msgId, uint16 msgValue);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/slite/
H A Dbundlems_slite_client.cpp87 .msgValue = 0, in Install()
121 .msgValue = 0, in Uninstall()
144 .msgValue = 0, in RegisterInstallerCallback()
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Derror_helper.h194 napi_value msgValue = nullptr; in TranslateErrorEvent() local
195 napi_coerce_to_string(env, error, &msgValue); in TranslateErrorEvent()
196 napi_set_named_property(env, obj, "message", msgValue); in TranslateErrorEvent()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsamgr_mini_ipc_adapter.c65 request.msgValue = code; in Dispatch()
84 router->proxy->Invoke(router->proxy, request->msgValue, NULL, request->data, response->reply); in HandleIpc()
/ohos5.0/base/hiviewdfx/hievent_lite/frameworks/
H A Dhiview_output_event.c289 event.type = (uint8)req->msgValue; in OutputEventRealtime()
317 Output2Flash((uint8)req->msgValue); in OutputEvent2Flash()
487 request.msgValue = type; in FlushEventInfo()
497 request.msgValue |= SYNC_FILE; in FlushEventInfo()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dsamgr_lite.c56 static int32 SendBootRequest(int msgId, uint32 msgValue);
499 static int32 SendBootRequest(int msgId, uint32 msgValue) in SendBootRequest() argument
502 Request request = {msgId, 0, NULL, msgValue}; in SendBootRequest()
511 request->msgId, request->msgValue, response->len); in HandleInitRequest()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/
H A Dmessage.h103 uint32 msgValue; member
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/server/src/
H A Dsamgr_player_server.cpp58 service->GetName(service), msg->msgId, msg->msgValue, msg->data); in MessageHandle()
/ohos5.0/foundation/window/window_manager_lite/services/wms/
H A Dsamgr_wms.cpp58 service->GetName(service), msg->msgId, msg->msgValue, msg->data); in MessageHandle()
/ohos5.0/foundation/multimedia/camera_lite/services/server/src/
H A Dsamgr_camera.cpp66 service->GetName(service), msg->msgId, msg->msgValue); in MessageHandle()
/ohos5.0/foundation/window/window_manager_lite/services/ims/
H A Dsamgr_ims.cpp57 service->GetName(service), msg->msgId, msg->msgValue, msg->data); in MessageHandle()
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/server/src/
H A Drecorder_samgr.cpp53 …UG_LOG("MessageHandle(%s)! Request<%u, %u>", service->GetName(service), msg->msgId, msg->msgValue); in MessageHandle()
/ohos5.0/base/powermgr/battery_lite/services/src/
H A Dbattery_manage_service.c105 .msgValue = 0 in BatteryMonitorHandle()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_inner_feature.cpp140 .msgValue = 0 in InstallInnerBundle()
218 .msgValue = 0 in UninstallInnerBundle()
H A Dbundle_mgr_service.cpp73 .msgValue = 0, in ServiceInitialize()
/ohos5.0/foundation/multimedia/audio_lite/services/server/src/
H A Daudio_capturer_samgr.cpp65 msg->msgId, msg->msgValue); in MessageHandle()
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Dfeature_ability_module.cpp205 jerry_value_t msgValue = jerryx_get_property_str(args[0], ATTR_MESSAGE); in SendMsgToPeer() local
206 char *message = MallocStringOf(msgValue, &msgLength); in SendMsgToPeer()
223 ReleaseJerryValue(nameValue, msgValue, devIdValue, VA_ARG_END_FLAG); in SendMsgToPeer()
/ohos5.0/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H A Dability_mgr_handler.cpp48 pid_t uid = request.msgValue; in ServiceMsgProcess()
92 pid_t uid = request.msgValue; in ServiceMsgProcess()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/communication/broadcast/source/
H A Dpub_sub_feature.c74 Topic topic = request->msgValue; in OnMessage()
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/
H A Dhiview_output_log.c278 if (req != NULL && req->msgValue == SYNC_FILE) { in OutputLog2TextFile()
340 if (req != NULL && req->msgValue == SYNC_FILE) { in OutputLog2BinFile()
653 request.msgValue = SYNC_FILE; in FlushLog()

12