/ohos5.0/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/slite/ |
H A D | abilityms_slite_client.cpp | 110 .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 D | ability_mgr_service_slite.cpp | 169 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 D | dmslite_feature.c | 96 HandleSessionOpened(request->msgValue); in OnMessage() 99 HandleSessionClosed(request->msgValue); in OnMessage() 102 HandleBytesReceived(request->msgValue, request->data, request->len); in OnMessage()
|
H A D | dmslite_session.c | 94 .msgValue = sessionId in OnBytesReceived() 119 .msgValue = sessionId in OnSessionClosed() 150 .msgValue = sessionId in OnSessionOpened()
|
/ohos5.0/base/hiviewdfx/hiview_lite/ |
H A D | hiview_service.c | 100 .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 D | hiview_service.h | 64 void HiviewSendMessage(const char *srvName, int16 msgId, uint16 msgValue);
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/slite/ |
H A D | bundlems_slite_client.cpp | 87 .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 D | error_helper.h | 194 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 D | samgr_mini_ipc_adapter.c | 65 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 D | hiview_output_event.c | 289 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 D | samgr_lite.c | 56 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 D | message.h | 103 uint32 msgValue; member
|
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/server/src/ |
H A D | samgr_player_server.cpp | 58 service->GetName(service), msg->msgId, msg->msgValue, msg->data); in MessageHandle()
|
/ohos5.0/foundation/window/window_manager_lite/services/wms/ |
H A D | samgr_wms.cpp | 58 service->GetName(service), msg->msgId, msg->msgValue, msg->data); in MessageHandle()
|
/ohos5.0/foundation/multimedia/camera_lite/services/server/src/ |
H A D | samgr_camera.cpp | 66 service->GetName(service), msg->msgId, msg->msgValue); in MessageHandle()
|
/ohos5.0/foundation/window/window_manager_lite/services/ims/ |
H A D | samgr_ims.cpp | 57 service->GetName(service), msg->msgId, msg->msgValue, msg->data); in MessageHandle()
|
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/server/src/ |
H A D | recorder_samgr.cpp | 53 …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 D | battery_manage_service.c | 105 .msgValue = 0 in BatteryMonitorHandle()
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_inner_feature.cpp | 140 .msgValue = 0 in InstallInnerBundle() 218 .msgValue = 0 in UninstallInnerBundle()
|
H A D | bundle_mgr_service.cpp | 73 .msgValue = 0, in ServiceInitialize()
|
/ohos5.0/foundation/multimedia/audio_lite/services/server/src/ |
H A D | audio_capturer_samgr.cpp | 65 msg->msgId, msg->msgValue); in MessageHandle()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/ |
H A D | feature_ability_module.cpp | 205 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 D | ability_mgr_handler.cpp | 48 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 D | pub_sub_feature.c | 74 Topic topic = request->msgValue; in OnMessage()
|
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/mini/ |
H A D | hiview_output_log.c | 278 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()
|