Searched refs:hostUid (Results 1 - 12 of 12) sorted by relevance
/foundation/ability/form_fwk/test/fuzztest/formdbcache_fuzzer/ |
H A D | formdbcache_fuzzer.cpp | 47 int32_t hostUid = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local 48 formDbCache.IsHostOwner(formId, hostUid); in DoSomethingInterestingWithMyAPI() 49 formDbCache.UpdateFormLocation(formId, hostUid); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | render_state_data.cpp | 26 parcel.WriteInt32(hostUid) && parcel.WriteInt32(state)); in Marshalling() 43 if (!parcel.ReadInt32(hostUid)) { in ReadFromParcel() 44 TAG_LOGE(AAFwkTag::APPMGR, "hostUid read failed."); in ReadFromParcel()
|
H A D | child_process_info.cpp | 41 hostUid = static_cast<int32_t>(hostUidData); in ReadFromParcel() 78 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Int32, parcel, static_cast<int32_t>(hostUid)); in Marshalling()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | render_state_data.h | 31 int32_t hostUid = -1; member
|
H A D | child_process_info.h | 36 int32_t hostUid = -1; member
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | render_state_observer_manager.cpp | 149 "pid:%{public}d, hostPid:%{public}d, uid:%{public}d, hostUid:%{public}d, state:%{public}d", in HandleOnRenderStateChanged() 150 data.pid, data.hostPid, data.uid, data.hostUid, data.state); in HandleOnRenderStateChanged() 166 renderStateData.hostUid = renderRecord->GetHostUid(); in WrapRenderStateData()
|
H A D | app_running_record.cpp | 105 void RenderRecord::SetHostUid(const int32_t hostUid) in SetHostUid() argument 107 hostUid_ = hostUid; in SetHostUid()
|
H A D | app_mgr_service_inner.cpp | 5315 "startRenderProcess success, hostPid:%{public}d, hostUid:%{public}d, pid:%{public}d, uid:%{public}d", in StartRenderProcessImpl() 7067 info.hostUid = appRecord->GetUid(); in NotifyAppFaultBySA()
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_db_cache.h | 153 bool IsHostOwner(int64_t formId, int32_t hostUid);
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/ |
H A D | supervisor.cpp | 313 std::shared_ptr<Application> app = GetAppRecordNonNull(process.hostUid); 320 uid:%{public}d hostUid:%{public}d hostPid:%{public}d", 322 process.uid, process.hostUid, process.hostPid);
|
/foundation/ability/form_fwk/services/src/ |
H A D | form_db_cache.cpp | 443 bool FormDbCache::IsHostOwner(int64_t formId, int32_t hostUid) in IsHostOwner() argument 451 auto iter = std::find(dbInfo.formUserUids.begin(), dbInfo.formUserUids.end(), hostUid); in IsHostOwner()
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_running_record.h | 108 void SetHostUid(const int32_t hostUid);
|
Completed in 21 milliseconds