Home
last modified time | relevance | path

Searched refs:GetPid (Results 1 – 25 of 69) sorted by relevance

123

/base/msdp/device_status/services/interaction/drag/include/
Dstate_change_notify.h43 return session->GetPid() == info->session->GetPid();
/base/location/test/location_locator/source/
Drequest_manager_test.cpp111 EXPECT_EQ(0, request->GetPid()); in VerifyRequestField()
158 requestManager_->HandlePowerSuspendChanged(request_->GetPid(),
161 requestManager_->HandlePowerSuspendChanged(request_->GetPid(),
176 requestManager_->HandlePowerSuspendChanged(request_->GetPid(),
179 requestManager_->HandlePowerSuspendChanged(request_->GetPid(),
194 requestManager_->HandlePowerSuspendChanged(request_->GetPid() + 1,
197 requestManager_->HandlePowerSuspendChanged(request_->GetPid() + 1,
212 requestManager_->HandlePowerSuspendChanged(request_->GetPid(),
215 requestManager_->HandlePowerSuspendChanged(request_->GetPid(),
Dwork_record_test.cpp113 EXPECT_EQ(0, workrecord->GetPid(0));
114 EXPECT_EQ(-1, workrecord->GetPid(1)); // out of range
115 EXPECT_EQ(-1, workrecord->GetPid(-1)); // out of range
/base/hiviewdfx/hilog/frameworks/libhilog/socket/include/
Dsocket.h34 pid_t GetPid();
/base/sensors/sensor/utils/common/include/
Dactive_info.h28 int32_t GetPid() const;
/base/msdp/device_status/services/native/src/
Dstream_server.cpp69 return it->second->GetPid(); in GetClientPid()
283 FI_HILOGI("pid:%{public}d, fd:%{public}d", ses->GetPid(), ses->GetFd()); in AddSession()
289 int32_t pid = ses->GetPid(); in AddSession()
340 auto it = callbacks_.find(ses->GetPid()); in NotifySessionDeleted()
/base/hiviewdfx/hidumper/frameworks/native/include/common/
Ddumper_parameter.h58 int GetPid() const in GetPid() function
Doption_args.h30 int GetPid() const;
/base/msdp/device_status/utils/ipc/include/
Dstream_session.h45 int32_t GetPid() const in GetPid() function
/base/msdp/device_status/utils/common/include/
Ddevicestatus_define.h110 __FILE__, __LINE__, GetPid(), GetThisThreadId()); \
/base/location/interfaces/inner_api/include/
Dapp_identity.h29 inline pid_t GetPid() const in GetPid() function
/base/sensors/sensor/services/sensor/src/
Dstream_server.cpp54 return it == sessionsMap_.end() ? INVALID_PID : it->second->GetPid(); in GetClientPid()
135 auto pid = sess->GetPid(); in AddSession()
/base/powermgr/power_manager/services/native/include/
Drunning_lock_inner.h50 int32_t GetPid() const in GetPid() function
/base/notification/distributed_notification_service/test/fuzztest/notification_fuzzer/
Dnotification_fuzzer.cpp47 notification.GetPid(); in DoSomethingInterestingWithMyAPI()
/base/sensors/sensor/utils/ipc/include/
Dstream_session.h44 int32_t GetPid() const;
/base/location/services/location_locator/locator/include/
Dwork_record.h42 int GetPid(int index);
Drequest.h32 pid_t GetPid();
/base/sensors/sensor/utils/common/src/
Dactive_info.cpp31 int32_t ActiveInfo::GetPid() const in GetPid() function in OHOS::Sensors::ActiveInfo
/base/hiviewdfx/hidumper/services/native/include/
Draw_param.h33 int GetPid();
/base/hiviewdfx/hilog/frameworks/libhilog/socket/
Dsocket.cpp43 pid_t Socket::GetPid() in GetPid() function in OHOS::HiviewDFX::Socket
/base/location/services/location_locator/locator/source/
Dsubability_common.cpp89 workRecord->Add(uid, lastRecord_->GetPid(i), lastRecord_->GetName(i), in HandleRemoveRecord()
106 workRecord->Add(uid, newRecord.GetPid(i), newRecord.GetName(i), in HandleAddRecord()
/base/hiviewdfx/hiview/plugins/freeze_detector/
Dvendor.cpp104 info.pid = watchPoint.GetPid(); in SendFaultLog()
127 oss << FreezeCommon::EVENT_PID << FreezeCommon::COLON << watchPoint.GetPid() << std::endl; in DumpEventInfo()
217 body << FreezeCommon::EVENT_PID << "=" << watchPoint.GetPid() << std::endl; in MergeEventLog()
Dwatch_point.h68 long GetPid() const;
/base/hiviewdfx/hiview/plugins/eventlogger/
Devent_logger.cpp89 pid = pid ? pid : sysEvent->GetPid(); in IsInterestedPipelineEvent()
137 pid = pid ? pid : sysEvent->GetPid(); in OnEvent()
157 pid = pid ? pid : event->GetPid(); in Getfile()
320 pid = pid ? pid : event->GetPid(); in WriteCommonHead()
355 pid = pid ? pid : event->GetPid(); in JudgmentRateLimiting()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/include/
Dhisysevent_record.h50 int64_t GetPid() const;

123