/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | hap_resource.cpp | 68 bool isSystem, bool isOverlay) : indexPath_(path), lastModTime_(lastModTime), resDesc_(resDes), in HapResource() argument 69 isSystem_(isSystem), isOverlay_(isOverlay), isThemeSystemResEnable_(false) in HapResource() 78 …std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem, bool isOverlay, const uint32_t &sele… in Load() argument 81 return LoadFromHap(path, defaultConfig, isSystem, isOverlay, selectedTypes); in Load() 83 return LoadFromIndex(path, defaultConfig, isSystem, isOverlay, selectedTypes); in Load() 88 …std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem, bool isOverlay, const uint32_t &sele… in LoadFromIndex() argument 130 0, resDesc, isSystem, isOverlay); in LoadFromIndex() 177 …std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem, bool isOverlay, const uint32_t &sele… in LoadFromHap() argument 198 auto pResource = std::make_shared<HapResource>(path, 0, resDesc, isSystem, isOverlay); in LoadFromHap() 210 …d::vector<std::string> &overlayPaths, std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem) in LoadOverlays() argument [all …]
|
H A D | hap_manager.cpp | 67 HapManager::HapManager(std::shared_ptr<ResConfigImpl> resConfig, bool isSystem) in HapManager() argument 68 : resConfig_(resConfig), isSystem_(isSystem) in HapManager() 1074 bool isSystem = IsPrefix("sys", resTypeName); in GetResId() local 1076 if (!isSystem && !isApp) { in GetResId() 1087 if (isSystem && !isSystemResource) { in GetResId()
|
H A D | resource_manager_impl.cpp | 67 bool ResourceManagerImpl::Init(bool isSystem) in Init() argument 74 hapManager_ = std::make_shared<HapManager>(resConfig, isSystem); in Init() 79 isSystemResMgr_ = isSystem; in Init()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/ |
H A D | hap_resource.h | 49 bool isSystem = false, bool isOverlay = false, const uint32_t &selectedTypes = SELECT_ALL); 65 bool isSystem = false, bool isOverlay = false, const uint32_t &selectedTypes = SELECT_ALL); 81 bool isSystem = false, bool isOverlay = false, const uint32_t &selectedTypes = SELECT_ALL); 93 std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem = false); 295 bool isSystem = false, bool isOverlay = false);
|
H A D | hap_manager.h | 40 HapManager(std::shared_ptr<ResConfigImpl> resConfig, bool isSystem = false);
|
H A D | resource_manager_impl.h | 41 bool Init(bool isSystem = false);
|
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/get_self_permissions/src/ |
H A D | get_self_permissions.cpp | 66 const int32_t userId, bool isSystem) in SetHapPermission() argument 73 .isSystemApp = isSystem in SetHapPermission()
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
H A D | resource_manager_addon.cpp | 62 const std::shared_ptr<AbilityRuntime::Context> &context, bool isSystem) in ResourceManagerAddon() argument 63 : bundleName_(bundleName), resMgr_(resMgr), context_(context), isSystem_(isSystem) in ResourceManagerAddon() 67 …ceManagerAddon::ResourceManagerAddon(const std::shared_ptr<ResourceManager> &resMgr, bool isSystem) in ResourceManagerAddon() argument 68 : resMgr_(resMgr), isSystem_(isSystem) in ResourceManagerAddon()
|
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/get_self_permissions/include/ |
H A D | get_self_permissions.h | 28 …tatic int32_t SetHapPermission(const std::string &bundleName, const int32_t userId, bool isSystem);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/ |
H A D | resource_manager_addon.h | 37 const std::shared_ptr<AbilityRuntime::Context> &context, bool isSystem = false); 39 ResourceManagerAddon(const std::shared_ptr<ResourceManager> &resMgr, bool isSystem = false);
|
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/src/ |
H A D | intention_event_manager.cpp | 268 auto isSystem = focusedSceneSession->GetSessionInfo().isSystem_; in OnInputEvent() local 272 eventId++, keyEvent->GetId(), keyEvent->GetTargetWindowId(), focusedSessionId, isSystem); in OnInputEvent() 273 if (!isSystem) { in OnInputEvent()
|
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/src/ |
H A D | resource_manager_addon.cpp | 97 const std::shared_ptr<AbilityRuntime::Context>& context, bool isSystem) in ResourceManagerAddon() argument 98 : bundleName_(bundleName), resMgr_(resMgr), context_(context), isSystem_(isSystem) in ResourceManagerAddon() 104 …ceManagerAddon::ResourceManagerAddon(const std::shared_ptr<ResourceManager>& resMgr, bool isSystem) in ResourceManagerAddon() argument 105 : resMgr_(resMgr), isSystem_(isSystem) in ResourceManagerAddon()
|
/ohos5.0/base/global/resource_management/interfaces/js/innerkits/core/include/ |
H A D | resource_manager_addon.h | 44 const std::shared_ptr<AbilityRuntime::Context>& context, bool isSystem = false); 46 ResourceManagerAddon(const std::shared_ptr<ResourceManager>& resMgr, bool isSystem = false);
|
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncservicestub_fuzzer/ |
H A D | cloudsyncservicestub_fuzzer.cpp | 63 void NativeTokenGet(bool isSystem) in NativeTokenGet() argument 80 if (isSystem) { in NativeTokenGet()
|
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/ |
H A D | reminder_request.h | 463 void SetSystemApp(bool isSystem);
|
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_utils.cpp | 142 bool isSystem; in IsJsIsSystemUndefind() local 143 if (!ConvertFromJsValue(env, jsIsSystem, isSystem)) { in IsJsIsSystemUndefind() 147 sessionInfo.isSystem_ = isSystem; in IsJsIsSystemUndefind()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_request.cpp | 902 void ReminderRequest::SetSystemApp(bool isSystem) in SetSystemApp() argument 904 isSystemApp_ = isSystem; in SetSystemApp()
|