Home
last modified time | relevance | path

Searched defs:hostUid (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/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
/ohos5.0/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
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_db_cache.cpp442 bool FormDbCache::IsHostOwner(int64_t formId, int32_t hostUid) in IsHostOwner()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_record.cpp99 void RenderRecord::SetHostUid(const int32_t hostUid) in SetHostUid()