Home
last modified time | relevance | path

Searched refs:hostUid (Results 1 - 12 of 12) sorted by relevance

/foundation/ability/form_fwk/test/fuzztest/formdbcache_fuzzer/
H A Dformdbcache_fuzzer.cpp47 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 Drender_state_data.cpp26 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 Dchild_process_info.cpp41 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 Drender_state_data.h31 int32_t hostUid = -1; member
H A Dchild_process_info.h36 int32_t hostUid = -1; member
/foundation/ability/ability_runtime/services/appmgr/src/
H A Drender_state_observer_manager.cpp149 "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 Dapp_running_record.cpp105 void RenderRecord::SetHostUid(const int32_t hostUid) in SetHostUid() argument
107 hostUid_ = hostUid; in SetHostUid()
H A Dapp_mgr_service_inner.cpp5315 "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 Dform_db_cache.h153 bool IsHostOwner(int64_t formId, int32_t hostUid);
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/
H A Dsupervisor.cpp313 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 Dform_db_cache.cpp443 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 Dapp_running_record.h108 void SetHostUid(const int32_t hostUid);

Completed in 21 milliseconds