/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | connection_state_item.cpp | 159 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 D | connection_state_manager.cpp | 127 HandleCallerDied(connectionRecord->GetCallerPid()); in RemoveConnection() 328 auto callerPid = connectionRecord->GetCallerPid(); in AddConnectionInner() 351 auto callerPid = connectionRecord->GetCallerPid(); in RemoveConnectionInner()
|
H A D | connection_record.cpp | 304 int32_t ConnectionRecord::GetCallerPid() const in GetCallerPid() function in OHOS::AAFwk::ConnectionRecord
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_event.cpp | 25 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 D | app_mgr_service_inner.cpp | 1148 …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 D | app_running_record.cpp | 263 int32_t AppRunningRecord::GetCallerPid() const in GetCallerPid() function in OHOS::AppExecFwk::AppRunningRecord
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_event.h | 56 static int32_t GetCallerPid(const std::shared_ptr<AppRunningRecord> &callerAppRecord);
|
H A D | app_running_record.h | 150 int32_t GetCallerPid() const;
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | dbinder_callback_stub_unittest.cpp | 223 EXPECT_CALL(*invoker, GetCallerPid()) 261 EXPECT_CALL(*invoker, GetCallerPid())
|
H A D | mock_iremote_invoker.h | 53 MOCK_CONST_METHOD0(GetCallerPid, pid_t());
|
H A D | ipc_object_stub_unittest.cpp | 1043 EXPECT_CALL(*invoker, GetCallerPid()) 1083 EXPECT_CALL(*invoker, GetCallerPid()) 1123 EXPECT_CALL(*invoker, GetCallerPid())
|
H A D | binder_invoker_unittest.cpp | 494 EXPECT_EQ(binderInvoker.GetCallerPid(), 1);
|
H A D | ipc_binder_databus_invoker_unittest.cpp | 172 pid_t ret = testInvoker.GetCallerPid();
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | connection_record.h | 143 int32_t GetCallerPid() const;
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/ |
H A D | iremote_invoker.h | 66 virtual pid_t GetCallerPid() const = 0;
|
H A D | dbinder_databus_invoker.h | 42 pid_t GetCallerPid() const override;
|
H A D | binder_invoker.h | 107 pid_t GetCallerPid() const override;
|
H A D | dbinder_base_invoker_process.h | 54 const pid_t oldPid = GetCallerPid(); in ProcessTransaction()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityappmgrevent_fuzzer/ |
H A D | abilityappmgrevent_fuzzer.cpp | 60 AppMgrEventUtil::GetCallerPid(callerAppRecord); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | ipc_skeleton.cpp | 110 return invoker->GetCallerPid(); in GetCallingPid()
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/mock/binderinvoker_fuzzer/ |
H A D | binderinvoker_fuzzer.cpp | 112 invoker->GetCallerPid(); in GetCallerInfoTest()
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/mock/dbinderdatabusinvoker_fuzzer/ |
H A D | dbinderdatabusinvoker_fuzzer.cpp | 135 invoker.GetCallerPid(); in GetCallerPidTest()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/connectionstatemanager_fuzzer/ |
H A D | connectionstatemanager_fuzzer.cpp | 167 connectionRecord->GetCallerPid(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/ |
H A D | binder_invoker.cpp | 389 pid = GetCallerPid(); in GetDBinderCallingPidUid() 1378 pid_t BinderInvoker::GetCallerPid() const in GetCallerPid() function in OHOS::IPC_SINGLE::BinderInvoker
|
H A D | dbinder_databus_invoker.cpp | 680 pid_t DBinderDatabusInvoker::GetCallerPid() const in GetCallerPid() function in OHOS::DBinderDatabusInvoker
|