Home
last modified time | relevance | path

Searched defs:callerPid (Results 1 – 25 of 59) sorted by relevance

123

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/session/
H A Daudio_session_service.cpp72 int32_t AudioSessionService::ActivateAudioSession(const int32_t callerPid, const AudioSessionStrate… in ActivateAudioSession()
93 int32_t AudioSessionService::DeactivateAudioSession(const int32_t callerPid) in DeactivateAudioSession()
100 int32_t AudioSessionService::DeactivateAudioSessionInternal(const int32_t callerPid, bool isSession… in DeactivateAudioSessionInternal()
118 bool AudioSessionService::IsAudioSessionActivated(const int32_t callerPid) in IsAudioSessionActivated()
142 std::shared_ptr<AudioSession> AudioSessionService::GetAudioSessionByPid(const int32_t callerPid) in GetAudioSessionByPid()
154 void AudioSessionService::OnAudioSessionTimeOut(const int32_t callerPid) in OnAudioSessionTimeOut()
H A Daudio_session_timer.cpp40 void AudioSessionTimer::StartTimer(const int32_t callerPid) in StartTimer()
67 void AudioSessionTimer::StopTimer(const int32_t callerPid) in StopTimer()
89 bool AudioSessionTimer::IsSessionTimerRunning(const int32_t callerPid) in IsSessionTimerRunning()
135 void AudioSessionTimer::SendSessionTimeOutCallback(const int32_t callerPid) in SendSessionTimeOutCallback()
H A Daudio_session.cpp25 AudioSession::AudioSession(const int32_t callerPid, const AudioSessionStrategy &strategy, in AudioSession()
/ohos5.0/foundation/resourceschedule/memmgr/interface/innerkits/include/
H A Dmem_mgr_process_state_info.h47 MemMgrProcessStateInfo(int32_t callerPid, int32_t callerUid, int32_t pid, int32_t uid, in MemMgrProcessStateInfo()
/ohos5.0/base/time/time_service/services/dfx/src/
H A Dtime_sysevent.cpp27 void StatisticReporter(int32_t callerPid, int32_t size, std::shared_ptr<TimerInfo> timer) in StatisticReporter()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dconnection_state_manager.cpp219 void ConnectionStateManager::HandleDataAbilityCallerDied(int32_t callerPid) in HandleDataAbilityCallerDied()
328 auto callerPid = connectionRecord->GetCallerPid(); in AddConnectionInner() local
351 auto callerPid = connectionRecord->GetCallerPid(); in RemoveConnectionInner() local
372 void ConnectionStateManager::HandleCallerDied(int32_t callerPid) in HandleCallerDied()
397 std::shared_ptr<ConnectionStateItem> ConnectionStateManager::RemoveDiedCaller(int32_t callerPid) in RemoveDiedCaller()
H A Drestart_app_manager.cpp53 auto callerPid = IPCSkeleton::GetCallingPid(); in IsForegroundToRestartApp() local
H A Dassert_fault_callback_death_mgr.cpp58 auto callerPid = IPCSkeleton::GetCallingPid(); in AddAssertFaultCallback() local
H A Dconnection_state_item.cpp204 CallerInfo(bool isNotHap, int32_t callerPid, const sptr<IRemoteObject> &callerToken) in CallerInfo()
236 ConnectionStateItem::ConnectionStateItem(int32_t callerUid, int32_t callerPid, const std::string &c… in ConnectionStateItem()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/connectionobs_manager/include/
H A Ddlp_state_data.h52 int32_t callerPid = 0; member
H A Dconnection_data.h54 int32_t callerPid; member
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dconnection_state_item.h36 int32_t callerPid = 0; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/subscriber_managers/
H A Dpublished_data_subscriber_manager.h65 uint32_t callerPid; member
H A Drdb_subscriber_manager.h79 uint32_t callerPid; member
H A Drdb_subscriber_manager.cpp121 auto callerPid = IPCSkeleton::GetCallingPid(); in Add() local
167 void RdbSubscriberManager::Delete(uint32_t callerTokenId, uint32_t callerPid) in Delete()
386 uint32_t firstCallerTokenId, uint32_t callerTokenId, uint32_t callerPid) in ObserverNode()
H A Dpublished_data_subscriber_manager.cpp68 void PublishedDataSubscriberManager::Delete(uint32_t callerTokenId, uint32_t callerPid) in Delete()
270 uint32_t firstCallerTokenId, uint32_t callerTokenId, uint32_t callerPid) in ObserverNode()
/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Dres_sched_util.cpp69 const AbilityInfo &abilityInfo, int64_t resSchedType, int32_t callerUid, int32_t callerPid) in ReportAbilityAssociatedStartInfoToRSS()
104 const int32_t pid, const int32_t callerPid) in ReportEventToRSS()
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi/src/
H A Dnapi_ipc_skeleton.cpp199 int32_t callerPid; in NAPI_IPCSkeleton_resetCallingIdentity() local
318 int callerPid = static_cast<int>(token); in NAPI_IPCSkeleton_setCallingIdentity() local
341 int callerPid = static_cast<int>(token); in NAPI_IPCSkeleton_setCallingIdentity() local
375 int callerPid = static_cast<int>(token); in NAPI_IPCSkeleton_restoreCallingIdentitySetProperty() local
397 int callerPid = static_cast<int>(token); in NAPI_IPCSkeleton_restoreCallingIdentitySetProperty() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/connection_state_manager_test/
H A Dconnection_state_manager_test.cpp395 int32_t callerPid = 0; variable
410 int32_t callerPid = 1; variable
656 int32_t callerPid = 0; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/dfx/
H A Dhiview_adapter.h28 uint64_t callerPid = 0; member
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dability_permission_util.cpp66 auto callerPid = IPCSkeleton::GetCallingPid(); in IsDominateScreen() local
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/
H A Dstart_other_app_interceptor.cpp111 int32_t callerPid = IPCSkeleton::GetCallingPid(); in GetApplicationInfo() local
/ohos5.0/foundation/communication/ipc/ipc/native/c/manager/include/
H A Dipc_thread_pool.h42 pid_t callerPid; member
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/
H A Ddistributed_sched_call_test.cpp145 int32_t callerPid = MOCK_PID; variable
401 int32_t callerPid = MOCK_PID; variable
424 int32_t callerPid = MOCK_PID; variable
/ohos5.0/base/account/os_account/dfx/hisysevent_adapter/
H A Daccount_hisysevent_adapter.cpp44 void ReportPermissionFail(int32_t callerUid, int32_t callerPid, const std::string& permName) in ReportPermissionFail()

123