Home
last modified time | relevance | path

Searched refs:GetCallerUid (Results 1 - 25 of 29) sorted by relevance

12

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_event.cpp67 eventInfo.callerUid = appRecord->GetCallerUid() == -1 ? IPCSkeleton::GetCallingUid() : appRecord->GetCallerUid(); in SendCreateAtomicServiceProcessEvent()
93 eventInfo.callerUid = appRecord->GetCallerUid() == -1 ? IPCSkeleton::GetCallingUid() : appRecord->GetCallerUid(); in SendProcessStartEvent()
143 eventInfo.callerUid = appRecord->GetCallerUid() == -1 ? IPCSkeleton::GetCallingUid() : appRecord->GetCallerUid(); in SendProcessStartFailedEvent()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dconnection_record.h142 int32_t GetCallerUid() const;
H A Dcall_record.h76 int32_t GetCallerUid() const;
/foundation/ability/form_fwk/services/include/
H A Dform_host_record.h147 int GetCallerUid() const in GetCallerUid() function in OHOS::AppExecFwk::FormHostRecord
/foundation/communication/ipc/ipc/native/src/mock/include/
H A Diremote_invoker.h70 virtual uid_t GetCallerUid() const = 0;
H A Ddbinder_databus_invoker.h44 uid_t GetCallerUid() const override;
H A Dbinder_invoker.h111 uid_t GetCallerUid() const override;
H A Ddbinder_base_invoker_process.h55 const auto oldUid = static_cast<const uid_t>(GetCallerUid()); in ProcessTransaction()
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dmock_iremote_invoker.h55 MOCK_CONST_METHOD0(GetCallerUid, uid_t());
H A Ddbinder_callback_stub_unittest.cpp226 EXPECT_CALL(*invoker, GetCallerUid()) in HWTEST_F()
264 EXPECT_CALL(*invoker, GetCallerUid()) in HWTEST_F()
H A Dipc_object_stub_unittest.cpp565 EXPECT_CALL(*invoker, GetCallerUid()) in HWTEST_F()
1048 EXPECT_CALL(*invoker, GetCallerUid()) in HWTEST_F()
1088 EXPECT_CALL(*invoker, GetCallerUid()) in HWTEST_F()
1128 EXPECT_CALL(*invoker, GetCallerUid()) in HWTEST_F()
H A Dbinder_invoker_unittest.cpp511 * @tc.desc: Override GetCallerUid branch
518 EXPECT_EQ(binderInvoker.GetCallerUid(), 1); in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/applicationanrlistener_fuzzer/
H A Dapplicationanrlistener_fuzzer.cpp171 callRecord->GetCallerUid(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dcall_record.cpp204 int32_t CallRecord::GetCallerUid() const in GetCallerUid() function in OHOS::AAFwk::CallRecord
H A Dconnection_record.cpp300 int32_t ConnectionRecord::GetCallerUid() const in GetCallerUid() function in OHOS::AAFwk::ConnectionRecord
H A Dconnection_state_item.cpp251 return std::make_shared<ConnectionStateItem>(record->GetCallerUid(), in CreateConnectionStateItem()
/foundation/communication/ipc/ipc/native/test/fuzztest/mock/binderinvoker_fuzzer/
H A Dbinderinvoker_fuzzer.cpp114 invoker->GetCallerUid(); in GetCallerInfoTest()
/foundation/communication/ipc/ipc/native/test/fuzztest/mock/dbinderdatabusinvoker_fuzzer/
H A Ddbinderdatabusinvoker_fuzzer.cpp157 invoker.GetCallerUid(); in GetCallerUidTest()
/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_skeleton.cpp128 return invoker->GetCallerUid(); in GetCallingUid()
/foundation/ability/ability_runtime/test/fuzztest/connectionstatemanager_fuzzer/
H A Dconnectionstatemanager_fuzzer.cpp166 connectionRecord->GetCallerUid(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/src/
H A Dform_data_mgr.cpp295 if (itHostRecord->GetCallerUid() != callingUid) { in RecycleForms()
644 FormRenderMgr::GetInstance().CleanFormHost(callerToken, iter->GetCallerUid()); in DeleteHostRecord()
713 remoteHostCallerUid = itHostRecord->GetCallerUid(); in HandleHostDied()
1288 if (itHostRecord->GetCallerUid() == uId) { in ClearHostDataByUId()
1790 if (itHostRecord->GetCallerUid() != callingUid) { in ClearHostDataByInvalidForms()
H A Dform_dump_mgr.cpp137 formInfo += " callerUid [" + std::to_string(formHostRecord.GetCallerUid()) + "]\n"; in DumpFormHostInfo()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h163 int32_t GetCallerUid() const;
/foundation/communication/ipc/ipc/native/src/mock/source/
H A Dbinder_invoker.cpp390 uid = GetCallerUid(); in GetDBinderCallingPidUid()
1407 uid_t BinderInvoker::GetCallerUid() const in GetCallerUid() function in OHOS::IPC_SINGLE::BinderInvoker
H A Ddbinder_databus_invoker.cpp711 uid_t DBinderDatabusInvoker::GetCallerUid() const in GetCallerUid() function in OHOS::DBinderDatabusInvoker

Completed in 22 milliseconds

12