Home
last modified time | relevance | path

Searched defs:bundleUid (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/compiler_service/test/unittest/aotcompilerargshandler_unit/
Daotcompilerargshandler_unit.cpp234 int32_t bundleUid; variable
/arkcompiler/ets_runtime/compiler_service/src/
Daot_compiler_impl.cpp43 int32_t bundleUid = 0; in DropCapabilities() local
Daot_args_handler.cpp85 void AOTArgsHandler::GetBundleId(int32_t &bundleUid, int32_t &bundleGid) const in GetBundleId()