Home
last modified time | relevance | path

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

/base/global/resource_management/frameworks/resmgr/include/
Dhap_resource.h47 bool isSystem = false, bool isOverlay = false);
62 bool isSystem = false, bool isOverlay = false);
77 bool isSystem = false, bool isOverlay = false);
88 … std::vector<std::string> &overlayPath, const ResConfigImpl *defaultConfig, bool isSystem = false);
273 bool isSystem = false, bool isOverlay = false);
Dhap_manager.h40 HapManager(ResConfigImpl *resConfig, bool isSystem = false);
Dresource_manager_impl.h40 bool Init(bool isSystem = false);
/base/global/resource_management/frameworks/resmgr/src/
Dhap_resource.cpp71 HapResource::HapResource(const std::string path, time_t lastModTime, ResDesc *resDes, bool isSystem in HapResource() argument
72 …: indexPath_(path), lastModTime_(lastModTime), resDesc_(resDes), isSystem_(isSystem), isOverlay_(i… in HapResource()
100 bool isSystem, bool isOverlay) in Load() argument
103 return LoadFromHap(path, defaultConfig, isSystem, isOverlay); in Load()
105 return LoadFromIndex(path, defaultConfig, isSystem, isOverlay); in Load()
110 bool isSystem, bool isOverlay) in LoadFromIndex() argument
152 …HapResource *pResource = new (std::nothrow) HapResource(std::string(path), 0, resDesc, isSystem, i… in LoadFromIndex()
200 bool isSystem, bool isOverlay) in LoadFromHap() argument
221 HapResource *pResource = new (std::nothrow) HapResource(path, 0, resDesc, isSystem, isOverlay); in LoadFromHap()
235 const std::vector<std::string> &overlayPaths, const ResConfigImpl *defaultConfig, bool isSystem) in LoadOverlays() argument
[all …]
Dhap_manager.cpp55 HapManager::HapManager(ResConfigImpl *resConfig, bool isSystem) in HapManager() argument
56 : resConfig_(resConfig), isSystem_(isSystem) in HapManager()
Dresource_manager_impl.cpp63 bool ResourceManagerImpl::Init(bool isSystem) in Init() argument
70 hapManager_ = new (std::nothrow) HapManager(resConfig, isSystem); in Init()
/base/global/resource_management/interfaces/js/innerkits/core/include/
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/global/resource_management/interfaces/js/innerkits/core/src/
Dresource_manager_addon.cpp86 const std::shared_ptr<AbilityRuntime::Context>& context, bool isSystem) in ResourceManagerAddon() argument
87 : bundleName_(bundleName), resMgr_(resMgr), context_(context), isSystem_(isSystem) in ResourceManagerAddon()
92 …ceManagerAddon::ResourceManagerAddon(const std::shared_ptr<ResourceManager>& resMgr, bool isSystem) in ResourceManagerAddon() argument
93 : resMgr_(resMgr), isSystem_(isSystem) in ResourceManagerAddon()
/base/notification/distributed_notification_service/interfaces/inner_api/
Dreminder_request.h294 void SetSystemApp(bool isSystem);
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request.cpp864 void ReminderRequest::SetSystemApp(bool isSystem) in SetSystemApp() argument
866 isSystemApp_ = isSystem; in SetSystemApp()