Home
last modified time | relevance | path

Searched refs:SetCallerUid (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_event_test/
H A Dapp_mgr_event_test.cpp79 appRecord->SetCallerUid(-1);
106 appRecord->SetCallerUid(-1);
154 appRecord->SetCallerUid(-1);
181 appRecord->SetCallerUid(-1);
227 appRecord->SetCallerUid(-1);
254 appRecord->SetCallerUid(-1);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_host_record.cpp230 void FormHostRecord::SetCallerUid(const int callerUid) in SetCallerUid() function in OHOS::AppExecFwk::FormHostRecord
289 record.SetCallerUid(callingUid); in CreateRecord()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpending_want_record.h50 void SetCallerUid(const int32_t callerUid);
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_host_record.h165 void SetCallerUid(const int callerUid);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formhostrecord_fuzzer/
H A Dformhostrecord_fuzzer.cpp63 formHostRecord.SetCallerUid(callerUid); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_tdd_test/
H A Dapp_mgr_service_inner_tdd_test.cpp257 appRecord->SetCallerUid(IPCSkeleton::GetCallingUid());
290 appRecord->SetCallerUid(IPCSkeleton::GetCallingUid());
334 appRecord->SetCallerUid(IPCSkeleton::GetCallingUid());
416 appRecord->SetCallerUid(IPCSkeleton::GetCallingUid());
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_record.cpp180 void PendingWantRecord::SetCallerUid(const int32_t callerUid) in SetCallerUid() function in OHOS::AAFwk::PendingWantRecord
H A Dpending_want_manager.cpp106 ref->SetCallerUid(callingUid); in GetWantSenderLocked()
122 rec->SetCallerUid(callingUid); in GetWantSenderLocked()
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_databus_invoker.h91 virtual void SetCallerUid(pid_t uid) override;
H A Ddbinder_base_invoker_define.h93 virtual void SetCallerUid(pid_t uid) = 0;
H A Ddbinder_base_invoker_process.h113 SetCallerUid(oldUid); in ProcessTransaction()
/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_binder_databus_invoker_unittest.cpp866 testInvoker.SetCallerUid(uid);
881 testInvoker.SetCallerUid(uid);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_record.h171 void SetCallerUid(int32_t uid);
/ohos5.0/foundation/communication/ipc/ipc/native/src/mock/source/
H A Ddbinder_databus_invoker.cpp710 void DBinderDatabusInvoker::SetCallerUid(pid_t uid) in SetCallerUid() function in OHOS::DBinderDatabusInvoker
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/
H A Dfms_form_share_mgr_test.cpp3050 formHostRecord.SetCallerUid(callerUid);
3069 formHostRecord.SetCallerUid(callerUid);
3091 formHostRecord.SetCallerUid(callerUid);
3114 formHostRecord.SetCallerUid(callerUid);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp1740 appRecord->SetCallerUid(IPCSkeleton::GetCallingUid());
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp278 void AppRunningRecord::SetCallerUid(int32_t uid) in SetCallerUid() function in OHOS::AppExecFwk::AppRunningRecord
H A Dapp_mgr_service_inner.cpp2424 appRecord->SetCallerUid(want->GetIntParam(Want::PARAM_RESV_CALLER_UID, -1)); in CreateAppRunningRecord()
4436 appRecord->SetCallerUid(wantPtr->GetIntParam(Want::PARAM_RESV_CALLER_UID, -1)); in StartSpecifiedAbility()