Home
last modified time | relevance | path

Searched refs:isSystem (Results 1 - 10 of 10) sorted by relevance

/base/global/resource_management/frameworks/resmgr/include/
H A Dhap_resource.h41 * @param isSystem If `isSystem` is true, the package is marked as a system package and allows some functions to
49 bool isSystem = false, bool isOverlay = false, const uint32_t &selectedTypes = SELECT_ALL);
57 * @param isSystem If `isSystem` is true, the package is marked as a system package and allows some functions to
65 bool isSystem = false, bool isOverlay = false, const uint32_t &selectedTypes = SELECT_ALL);
73 * @param isSystem If `isSystem` is true, the package is marked as a system package and allows some functions to
81 bool isSystem = false, bool isOverlay = false, const uint32_t &selectedTypes = SELECT_ALL);
88 * @param isSystem judg
[all...]
H A Dhap_manager.h39 * @param isSystem system flag, default value is false
41 HapManager(std::shared_ptr<ResConfigImpl> resConfig, bool isSystem = false);
H A Dresource_manager_impl.h38 * @param isSystem indicate the resource manager is system or not.
41 bool Init(bool isSystem = false);
/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource.cpp69 bool isSystem, bool isOverlay) : indexPath_(path), lastModTime_(lastModTime), resDesc_(resDes), in HapResource()
70 isSystem_(isSystem), isOverlay_(isOverlay), isThemeSystemResEnable_(false) in HapResource()
79 std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem, bool isOverlay, const uint32_t &selectedTypes) in Load()
89 pResource = LoadFromHap(path, defaultConfig, isSystem, isOverlay, selectedTypes); in Load()
91 pResource = LoadFromIndex(path, defaultConfig, isSystem, isOverlay, selectedTypes); in Load()
100 std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem, bool isOverlay, const uint32_t &selectedTypes) in LoadFromIndex()
142 0, resDesc, isSystem, isOverlay); in LoadFromIndex()
189 std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem, bool isOverlay, const uint32_t &selectedTypes) in LoadFromHap()
210 auto pResource = std::make_shared<HapResource>(path, 0, resDesc, isSystem, isOverlay); in LoadFromHap()
222 const std::vector<std::string> &overlayPaths, std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem) in LoadOverlays()
68 HapResource(const std::string path, time_t lastModTime, std::shared_ptr<ResDesc> resDes, bool isSystem, bool isOverlay) HapResource() argument
78 Load(const char *path, std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem, bool isOverlay, const uint32_t &selectedTypes) Load() argument
99 LoadFromIndex(const char *path, std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem, bool isOverlay, const uint32_t &selectedTypes) LoadFromIndex() argument
188 LoadFromHap(const char *path, std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem, bool isOverlay, const uint32_t &selectedTypes) LoadFromHap() argument
221 LoadOverlays(const std::string &path, const std::vector<std::string> &overlayPaths, std::shared_ptr<ResConfigImpl> &defaultConfig, bool isSystem) LoadOverlays() argument
[all...]
H A Dhap_manager.cpp68 HapManager::HapManager(std::shared_ptr<ResConfigImpl> resConfig, bool isSystem) in HapManager() argument
69 : resConfig_(resConfig), isSystem_(isSystem) in HapManager()
1129 bool isSystem = IsPrefix("sys", resTypeName); in GetResId() local
1131 if (!isSystem && !isApp) { in GetResId()
1142 if (isSystem && !isSystemResource) { in GetResId()
H A Dresource_manager_impl.cpp66 bool ResourceManagerImpl::Init(bool isSystem) in Init() argument
73 hapManager_ = std::make_shared<HapManager>(resConfig, isSystem); in Init()
/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_addon.cpp97 const std::shared_ptr<AbilityRuntime::Context>& context, bool isSystem) in ResourceManagerAddon()
98 : bundleName_(bundleName), resMgr_(resMgr), context_(context), isSystem_(isSystem) in ResourceManagerAddon()
104 ResourceManagerAddon::ResourceManagerAddon(const std::shared_ptr<ResourceManager>& resMgr, bool isSystem) in ResourceManagerAddon() argument
105 : resMgr_(resMgr), isSystem_(isSystem) in ResourceManagerAddon()
95 ResourceManagerAddon( const std::string& bundleName, const std::shared_ptr<ResourceManager>& resMgr, const std::shared_ptr<AbilityRuntime::Context>& context, bool isSystem) ResourceManagerAddon() argument
/base/global/resource_management/interfaces/js/innerkits/core/include/
H A Dresource_manager_addon.h44 const std::shared_ptr<AbilityRuntime::Context>& context, bool isSystem = false);
46 ResourceManagerAddon(const std::shared_ptr<ResourceManager>& resMgr, bool isSystem = false);
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h463 void SetSystemApp(bool isSystem);
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request.cpp900 void ReminderRequest::SetSystemApp(bool isSystem) in SetSystemApp() argument
902 isSystemApp_ = isSystem; in SetSystemApp()

Completed in 15 milliseconds