Home
last modified time | relevance | path

Searched refs:pid_ (Results 1 - 25 of 212) sorted by relevance

123456789

/foundation/multimodalinput/input/service/message_handle/src/
H A Dauthorize_helper.cpp37 AuthorizeHelper::AuthorizeHelper() : pid_(INVALID_AUTHORIZE_PID) in AuthorizeHelper()
59 auto pid = pid_; in GetAuthorizePid()
79 if (pid != pid_) { in OnClientDeath()
81 pid, pid_); in OnClientDeath()
93 MMI_HILOGI("Exit callback function will be called, authorize pid:%{public}d", pid_); in AuthorizeProcessExit()
94 exitCallback_(pid_); in AuthorizeProcessExit()
96 pid_ = INVALID_AUTHORIZE_PID; in AuthorizeProcessExit()
114 if (pid_ != INVALID_AUTHORIZE_PID) { in AddAuthorizeProcess()
115 MMI_HILOGI("Failed to authorize helper state.state:%{public}d,pid_:%{public}d,pid:%{public}d", in AddAuthorizeProcess()
116 state_, pid_, pi in AddAuthorizeProcess()
[all...]
/foundation/multimodalinput/input/util/socket/test/
H A Duds_session_test.cpp35 static inline int32_t pid_ = 0; member in OHOS::MMI::UDSSessionTest
43 UDSSessionTest::pid_ = getpid(); in SetUp() member in OHOS::MMI::UDSSessionTest
68 UDSSession udsSession(PROGRAM_NAME, moduleType_, writeFd_, UID_ROOT, pid_); in HWTEST_F()
83 UDSSession sesObj(PROGRAM_NAME, moduleType_, writeFd_, UID_ROOT, pid_); in HWTEST_F()
99 UDSSession sesObj(PROGRAM_NAME, moduleType_, writeFd_, UID_ROOT, pid_); in HWTEST_F()
114 UDSSession sesObj(PROGRAM_NAME, moduleType_, writeFd_, UID_ROOT, pid_); in HWTEST_F()
130 UDSSession sesObj(PROGRAM_NAME, moduleType_, writeFd_, UID_ROOT, pid_); in HWTEST_F()
146 UDSSession sesObj(PROGRAM_NAME, moduleType_, writeFd_, UID_ROOT, pid_); in HWTEST_F()
162 UDSSession sesObj(PROGRAM_NAME, moduleType_, fd, UID_ROOT, pid_); in HWTEST_F()
177 UDSSession sesObj(PROGRAM_NAME, moduleType_, writeFd_, UID_ROOT, pid_); in HWTEST_F()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/memory/
H A Drs_memory_graphic.cpp20 : pid_(pid), cpuMemSize_(cpuMemSize), gpuMemSize_(gpuMemSize) in MemoryGraphic()
25 return pid_; in GetPid()
45 pid_ = pid; in SetPid()
60 return parcel.WriteInt32(pid_) && parcel.WriteFloat(cpuMemSize_) && in Marshalling()
/foundation/resourceschedule/background_task_mgr/services/transient_task/include/
H A Dkey_info.h25 KeyInfo(const std::string& pkg, const int32_t& uid, const int32_t& pid = -1): pkg_(pkg), uid_(uid), pid_(pid) {} in KeyInfo()
55 return pid_; in GetPid()
60 return "pkg: " + pkg_ + " uid: " + std::to_string(uid_) + " pid: " + std::to_string(pid_); in ToString()
66 int32_t pid_ {-1};
H A Ddelay_suspend_info_ex.h37 return pid_; in GetPid()
42 pid_ = pid; in SetPid()
52 int32_t pid_ {-1};
/foundation/multimodalinput/input/intention/ipc/socket/src/
H A Dsocket_session.cpp34 : fd_(fd), uid_(uid), pid_(pid), tokenType_(tokenType), programName_(programName) in SocketSession()
78 FI_HILOGD("Send message to client (%{public}d, %{public}d)", fd_, pid_); in SendMsg()
83 FI_HILOGW("Continue for errno EAGAIN|EINTR|EWOULDBLOCK, errno:%{public}d, pid:%{public}d", errno, pid_); in SendMsg()
86 FI_HILOGE("Send return failed, error:%{public}d, fd:%{public}d, pid:%{public}d", errno, fd_, pid_); in SendMsg()
97 "pid:%{public}d", retryCount, SEND_RETRY_LIMIT, idx, bufSize, fd_, pid_); in SendMsg()
108 << ", pid = " << pid_ in ToString()
/foundation/multimodalinput/input/util/socket/src/
H A Duds_session.cpp45 pid_(pid) in UDSSession()
83 MMI_HILOGE("Send return failed,error:%{public}d fd:%{public}d, pid:%{public}d", errno, fd_, pid_); in SendMsg()
98 "fd:%{public}d, pid:%{public}d", retryCount, SEND_RETRY_LIMIT, idx, bufSize, errno, fd_, pid_); in SendMsg()
123 << ", pid = " << pid_ in UpdateDescript()
150 pid_); in ReportSocketBufferFull()
185 MMI_HILOGD("Delete events, anr type:%{public}d, id:%{public}d, pid:%{public}d", type, id, pid_); in DelEvents()
188 MMI_HILOGE("Current events have no event type:%{public}d pid:%{public}d", type, pid_); in DelEvents()
203 MMI_HILOGD("Can not find event:%{public}d pid:%{public}d type:%{public}d", id, pid_, type); in DelEvents()
213 type, events.begin()->id, events.begin()->timerId, pid_); in DelEvents()
/foundation/multimedia/audio_framework/services/audio_service/client/include/
H A Daudio_server_death_recipient.h26 explicit AudioServerDeathRecipient(pid_t pid, pid_t uid) : pid_(pid), uid_(uid) {} in AudioServerDeathRecipient()
33 diedCb_(pid_, uid_); in OnRemoteDied()
43 pid_t pid_ = 0; member in OHOS::AudioStandard::AudioServerDeathRecipient
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/input/
H A Dcamera_death_recipient.h26 explicit CameraDeathRecipient(pid_t pid) : pid_(pid) {}; in CameraDeathRecipient()
33 diedCb_(pid_); in OnRemoteDied()
43 pid_t pid_ = 0; member in OHOS::CameraStandard::CameraDeathRecipient
/foundation/multimedia/media_foundation/services/media_monitor/client/include/
H A Dmedia_monitor_death_recipient.h27 explicit MediaMonitorDeathRecipient(pid_t pid) : pid_(pid) {} in MediaMonitorDeathRecipient()
34 diedCb_(pid_); in OnRemoteDied()
44 pid_t pid_ = 0; member in OHOS::Media::MediaMonitor::MediaMonitorDeathRecipient
/foundation/multimedia/av_codec/services/services/sa_avcodec/ipc/
H A Davcodec_death_recipient.h26 explicit AVCodecDeathRecipient(pid_t pid) : pid_(pid) {} in AVCodecDeathRecipient()
33 diedCb_(pid_); variable
43 pid_t pid_ = 0; member in OHOS::MediaAVCodec::AVCodecDeathRecipient
/foundation/multimedia/drm_framework/services/drm_service/ipc/
H A Ddrm_death_recipient.h26 explicit DrmDeathRecipient(pid_t pid) : pid_(pid) {} in DrmDeathRecipient()
33 diedCb_(pid_); variable
45 pid_t pid_ = 0; member in OHOS::DrmStandard::DrmDeathRecipient
/foundation/multimedia/player_framework/services/services/sa_media/ipc/
H A Dmedia_death_recipient.h26 explicit MediaDeathRecipient(pid_t pid) : pid_(pid) {} in MediaDeathRecipient()
33 diedCb_(pid_); variable
43 pid_t pid_ = 0; member in OHOS::Media::MediaDeathRecipient
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dprocess_info.cpp23 ProcessInfo::ProcessInfo(const std::string &name, const pid_t &pid) : processName_(name), pid_(pid) in ProcessInfo()
35 pid_ = parcel.ReadInt32(); in ReadFromParcel()
63 return (parcel.WriteString16(Str8ToStr16(processName_)) && parcel.WriteInt32(pid_) in Marshalling()
H A Dpriority_object.cpp24 return pid_; in GetPid()
59 pid_ = pid; in SetPid()
94 if (!parcel.WriteInt32(pid_)) { in Marshalling()
114 if (!parcel.ReadInt32(pid_)) { in ReadFromParcel()
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/
H A Dtransient_task_app_info.h33 : packageName_(packageName), uid_(uid), pid_(pid) {} in TransientTaskAppInfo()
80 return pid_; in GetPid()
88 int32_t pid_; member in OHOS::BackgroundTaskMgr::final
H A Dresource_callback_info.h31 : uid_(uid), pid_(pid), resourceNumber_(resourceNumber), bundleName_(bundleName) {} in ResourceCallbackInfo()
75 return pid_; in GetPid()
109 int32_t pid_ {0};
/foundation/window/window_manager/utils/include/
H A Dfocus_change_info.h36 const sptr<IRemoteObject>& abilityToken): windowId_(winId), displayId_(displayId), pid_(pid), uid_(uid), in FocusChangeInfo()
51 parcel.WriteInt32(pid_) && parcel.WriteInt32(uid_) && in Marshalling()
68 parcel.ReadInt32(focusChangeInfo->pid_) && parcel.ReadInt32(focusChangeInfo->uid_); in Unmarshalling()
82 int32_t pid_ = -1; member in OHOS::Rosen::FocusChangeInfo
H A Dwindow_pid_visibility_info.h41 WindowPidVisibilityInfo(int32_t pid, WindowPidVisibilityState visibilityState) : pid_(pid), in WindowPidVisibilityInfo()
50 int32_t pid_ { 0 };
/foundation/multimedia/audio_framework/frameworks/native/audioschedule/
H A Daudio_schedule.cpp127 : pid_(pid), tid_(tid), bundleName_(bundleName) in AudioScheduleGuard()
134 : pid_(audioScheduleGuard.pid_), tid_(audioScheduleGuard.tid_), in AudioScheduleGuard()
149 this->pid_ = audioScheduleGuard.pid_; in operator =()
158 UnscheduleReportData(pid_, tid_, bundleName_.c_str()); in ~AudioScheduleGuard()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_mock_test/include/
H A Dapp_running_record.h34 return pid_; in GetPid()
37 int pid_ = -1; member in OHOS::AppExecFwk::AppRunningRecord
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_transaction_data.h39 abilityName_(std::move(other.abilityName_)), pid_(other.pid_), index_(other.index_) in RSTransactionData()
95 pid_ = pid; in SetSendingPid()
100 return pid_; in GetSendingPid()
188 pid_t pid_ = 0; member in OHOS::Rosen::RSTransactionData
/foundation/ability/form_fwk/services/src/
H A Dform_ability_connection_reporter.cpp130 (*iter).pid_); in AddFormAbilityConnectProcessInfo()
132 connectionInfo.pid_ = (*iter).pid_; in AddFormAbilityConnectProcessInfo()
153 {"pid", std::to_string(iter->second.pid_)} in ReportConnectionInfosToRss()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dprocess_priority_info.cpp31 this->pid_ = pid; in ProcessPriorityInfo()
51 this->pid_ = copyProcess.pid_; in ProcessPriorityInfo()
85 HILOGD("set process[%{public}d] priority to %{public}d", pid_, priority_); in SetPriority()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/
H A Dwindow_state_observer.cpp40 auto pid = focusChangeInfo->pid_; in OnFocused()
49 payload["pid"] = std::to_string(focusChangeInfo->pid_); in OnFocused()
70 auto pid = focusChangeInfo->pid_; in OnUnfocused()
79 payload["pid"] = std::to_string(focusChangeInfo->pid_); in OnUnfocused()
92 payload["pid"] = std::to_string(info->pid_); in MarshallingWindowVisibilityInfo()
114 auto pid = info->pid_; in OnWindowVisibilityChanged()
130 payload["pid"] = std::to_string(info->pid_);
151 auto pid = info->pid_; in OnWindowDrawingContentChanged()

Completed in 8 milliseconds

123456789