Home
last modified time | relevance | path

Searched refs:callerPid_ (Results 1 - 19 of 19) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/session/
H A Daudio_session.cpp29 callerPid_ = callerPid; in AudioSession()
45 callerPid_, static_cast<int32_t>(state_)); in Activate()
55 callerPid_, static_cast<int32_t>(state_)); in Deactivate()
62 AUDIO_INFO_LOG("pid %{public}d, state %{public}d", callerPid_, static_cast<int32_t>(state_)); in GetSessionState()
76 callerPid_, static_cast<int32_t>(strategy_.concurrencyMode)); in GetSessionStrategy()
90 if (sessionTimer_ != nullptr && sessionTimer_->IsSessionTimerRunning(callerPid_)) { in AddAudioInterrpt()
91 sessionTimer_->StopTimer(callerPid_); in AddAudioInterrpt()
107 if (interruptMap_.empty() && sessionTimer_ != nullptr && !sessionTimer_->IsSessionTimerRunning(callerPid_)) { in RemoveAudioInterrpt()
108 sessionTimer_->StartTimer(callerPid_); in RemoveAudioInterrpt()
123 if (interruptMap_.empty() && sessionTimer_ != nullptr && !sessionTimer_->IsSessionTimerRunning(callerPid_)) { in RemoveAudioInterrptByStreamId()
[all...]
H A Daudio_session.h54 int32_t callerPid_; member in OHOS::AudioStandard::AudioSession
/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmem_mgr_process_state_info.h49 : callerPid_(callerPid), callerUid_(callerUid), pid_(pid), uid_(uid), reason_(reason) {}; in MemMgrProcessStateInfo()
70 int32_t callerPid_ {0};
/foundation/resourceschedule/memmgr/interface/innerkits/src/
H A Dmem_mgr_process_state_info.cpp27 return parcel.WriteInt32(callerPid_) && parcel.WriteInt32(callerUid_) && in Marshalling()
40 bool res = parcel.ReadInt32(memMgrProcessStateInfo->callerPid_) && in Unmarshalling()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dconnection_state_item.cpp205 : isNotHap_(isNotHap), callerPid_(callerPid), callerToken_(callerToken) {} in CallerInfo()
214 return callerPid_; in GetCallerPid()
224 int32_t callerPid_ = 0; member in OHOS::AAFwk::ConnectedDataAbility::CallerInfo
237 : callerUid_(callerUid), callerPid_(callerPid), callerName_(callerName) in ConnectionStateItem()
470 data.callerPid = callerPid_; in GenerateConnectionData()
481 data.callerPid = callerPid_; in GenerateConnectionData()
H A Dconnection_record.cpp290 callerPid_ = targetRecord->GetPid(); in AttachCallerInfo()
296 callerPid_ = static_cast<int32_t>(IPCSkeleton::GetCallingPid()); in AttachCallerInfo()
297 callerName_ = ConnectionStateManager::GetProcessNameByPid(callerPid_); in AttachCallerInfo()
307 return callerPid_; in GetCallerPid()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/
H A Dmem_mgr_service.cpp254 processStateInfo.callerPid_, processStateInfo.callerUid_, processStateInfo.pid_, processStateInfo.uid_, in NotifyProcessStateChangedSync()
256 UpdateRequest request = CallerRequest({processStateInfo.callerPid_, processStateInfo.callerUid_, "", ""}, in NotifyProcessStateChangedSync()
272 processStateInfo.callerPid_, processStateInfo.callerUid_, processStateInfo.pid_, processStateInfo.uid_, in NotifyProcessStateChangedAsync()
274 UpdateRequest request = CallerRequest({processStateInfo.callerPid_, processStateInfo.callerUid_, "", ""}, in NotifyProcessStateChangedAsync()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dconnection_record.h161 int32_t callerPid_ = 0; // caller pid member in OHOS::AAFwk::ConnectionRecord
H A Dconnection_state_item.h132 int32_t callerPid_ = 0; member in OHOS::AAFwk::ConnectionStateItem
/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp36 : stopWorkThread_(false), callerPid_(getpid()), callerUid_(getuid()), callerDeviceID_(""), in DBinderDatabusInvoker()
688 return callerPid_; in GetCallerPid()
693 return callerPid_; in GetCallerRealPid()
708 callerPid_ = pid; in SetCallerPid()
794 callerPid_ = pid; in CheckAndSetCallerInfo()
938 | static_cast<uint64_t>(callerPid_))); in ResetCallingIdentity()
948 callerPid_ = getpid(); in ResetCallingIdentity()
985 callerPid_ = static_cast<int>(token); in SetCallingIdentity()
H A Dbinder_invoker.cpp85 : isMainWorkThread(false), stopWorkThread(false), callerPid_(getpid()), in BinderInvoker()
89 invokerInfo_ = { callerPid_, callerRealPid_, callerUid_, callerTokenID_, firstTokenID_, callerSid_, in BinderInvoker()
714 callerPid_ = info.pid; in RestoreInvokerProcInfo()
724 InvokerProcInfo invokerInfo = { callerPid_, callerRealPid_, in AttachInvokerProcInfoWrapper()
816 callerPid_, callerRealPid_, callerUid_, callerTokenID_, firstTokenID_, callerSid_, 0 }; in Transaction()
819 callerPid_ = tr.sender_pid; in Transaction()
821 callerRealPid_ = callerPid_; in Transaction()
1386 return callerPid_; in GetCallerPid()
1600 pid_t tempPid = callerPid_; in ResetCallingIdentity()
1631 callerPid_ in ResetCallingIdentity()
[all...]
/foundation/ability/ability_runtime/test/unittest/connection_state_manager_test/
H A Dconnection_state_manager_test.cpp616 connectionRecord->callerPid_ = 0; in HWTEST_F()
635 connectionRecord->callerPid_ = 0; in HWTEST_F()
/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_databus_invoker.h109 pid_t callerPid_; member in OHOS::DBinderDatabusInvoker
H A Dbinder_invoker.h157 pid_t callerPid_; member in OHOS::IPC_SINGLE::BinderInvoker
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Ddbinder_callback_stub_unittest.cpp151 invoker->callerPid_ = 1; in HWTEST_F()
H A Dbinder_invoker_unittest.cpp493 binderInvoker.callerPid_ = 1; in HWTEST_F()
H A Dipc_binder_databus_invoker_unittest.cpp171 testInvoker.callerPid_ = pid; in HWTEST_F()
854 EXPECT_EQ(1, testInvoker.callerPid_);
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h1107 int32_t callerPid_ = -1; member in OHOS::AppExecFwk::AppRunningRecord
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp271 return callerPid_; in GetCallerPid()
276 callerPid_ = pid; in SetCallerPid()

Completed in 19 milliseconds