Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dconnection_state_item.cpp159 return info && info->IsNotHap() && info->GetCallerPid() == caller.callerPid; in AddCaller()
179 return info && info->IsNotHap() && info->GetCallerPid() == caller.callerPid; in RemoveCaller()
212 int32_t GetCallerPid() const in GetCallerPid() function in OHOS::AAFwk::ConnectedDataAbility::CallerInfo
252 record->GetCallerPid(), record->GetCallerName()); in CreateConnectionStateItem()
H A Dconnection_state_manager.cpp127 HandleCallerDied(connectionRecord->GetCallerPid()); in RemoveConnection()
328 auto callerPid = connectionRecord->GetCallerPid(); in AddConnectionInner()
351 auto callerPid = connectionRecord->GetCallerPid(); in RemoveConnectionInner()
H A Dconnection_record.cpp304 int32_t ConnectionRecord::GetCallerPid() const in GetCallerPid() function in OHOS::AAFwk::ConnectionRecord
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_event.cpp25 int32_t AppMgrEventUtil::GetCallerPid(const std::shared_ptr<AppRunningRecord> &callerAppRecord) in GetCallerPid() function in OHOS::AppExecFwk::AppMgrEventUtil
119 eventInfo.callerPid = GetCallerPid(callerAppRecord); in SendProcessStartEvent()
169 eventInfo.callerPid = GetCallerPid(callerAppRecord); in SendProcessStartFailedEvent()
H A Dapp_mgr_service_inner.cpp1148 …int32_t callerPid = appRecord->GetCallerPid() == -1 ? IPCSkeleton::GetCallingPid() : appRecord->Ge… in ApplicationForegrounded()
3555 …auto callerPid = appRecord->GetCallerPid() == -1 ? IPCSkeleton::GetCallingPid() : appRecord->GetCa… in SendCreateAtomicServiceProcessEvent()
3568 …auto callerPid = appRecord->GetCallerPid() == -1 ? IPCSkeleton::GetCallingPid() : appRecord->GetCa… in SendProcessStartEvent()
3611 …auto callerPid = appRecord->GetCallerPid() == -1 ? IPCSkeleton::GetCallingPid() : appRecord->GetCa… in SendProcessStartFailedEvent()
7281 int32_t callerPid = appRecord->GetCallerPid() == -1 ? in NotifyAppFaultBySA()
7282 IPCSkeleton::GetCallingPid() : appRecord->GetCallerPid(); in NotifyAppFaultBySA()
H A Dapp_running_record.cpp263 int32_t AppRunningRecord::GetCallerPid() const in GetCallerPid() function in OHOS::AppExecFwk::AppRunningRecord
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_event.h56 static int32_t GetCallerPid(const std::shared_ptr<AppRunningRecord> &callerAppRecord);
H A Dapp_running_record.h150 int32_t GetCallerPid() const;
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Ddbinder_callback_stub_unittest.cpp223 EXPECT_CALL(*invoker, GetCallerPid())
261 EXPECT_CALL(*invoker, GetCallerPid())
H A Dmock_iremote_invoker.h53 MOCK_CONST_METHOD0(GetCallerPid, pid_t());
H A Dipc_object_stub_unittest.cpp1043 EXPECT_CALL(*invoker, GetCallerPid())
1083 EXPECT_CALL(*invoker, GetCallerPid())
1123 EXPECT_CALL(*invoker, GetCallerPid())
H A Dbinder_invoker_unittest.cpp494 EXPECT_EQ(binderInvoker.GetCallerPid(), 1);
H A Dipc_binder_databus_invoker_unittest.cpp172 pid_t ret = testInvoker.GetCallerPid();
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dconnection_record.h143 int32_t GetCallerPid() const;
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Diremote_invoker.h66 virtual pid_t GetCallerPid() const = 0;
H A Ddbinder_databus_invoker.h42 pid_t GetCallerPid() const override;
H A Dbinder_invoker.h107 pid_t GetCallerPid() const override;
H A Ddbinder_base_invoker_process.h54 const pid_t oldPid = GetCallerPid(); in ProcessTransaction()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrevent_fuzzer/
H A Dabilityappmgrevent_fuzzer.cpp60 AppMgrEventUtil::GetCallerPid(callerAppRecord); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_skeleton.cpp110 return invoker->GetCallerPid(); in GetCallingPid()
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/mock/binderinvoker_fuzzer/
H A Dbinderinvoker_fuzzer.cpp112 invoker->GetCallerPid(); in GetCallerInfoTest()
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/mock/dbinderdatabusinvoker_fuzzer/
H A Ddbinderdatabusinvoker_fuzzer.cpp135 invoker.GetCallerPid(); in GetCallerPidTest()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/connectionstatemanager_fuzzer/
H A Dconnectionstatemanager_fuzzer.cpp167 connectionRecord->GetCallerPid(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp389 pid = GetCallerPid(); in GetDBinderCallingPidUid()
1378 pid_t BinderInvoker::GetCallerPid() const in GetCallerPid() function in OHOS::IPC_SINGLE::BinderInvoker
H A Ddbinder_databus_invoker.cpp680 pid_t DBinderDatabusInvoker::GetCallerPid() const in GetCallerPid() function in OHOS::DBinderDatabusInvoker