/base/global/resource_management/frameworks/resmgr/include/ |
D | hap_resource.h | 47 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);
|
D | hap_manager.h | 40 HapManager(ResConfigImpl *resConfig, bool isSystem = false);
|
D | resource_manager_impl.h | 40 bool Init(bool isSystem = false);
|
/base/global/resource_management/frameworks/resmgr/src/ |
D | hap_resource.cpp | 71 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 …]
|
D | hap_manager.cpp | 55 HapManager::HapManager(ResConfigImpl *resConfig, bool isSystem) in HapManager() argument 56 : resConfig_(resConfig), isSystem_(isSystem) in HapManager()
|
D | resource_manager_impl.cpp | 63 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/ |
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);
|
/base/global/resource_management/interfaces/js/innerkits/core/src/ |
D | resource_manager_addon.cpp | 86 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/ |
D | reminder_request.h | 294 void SetSystemApp(bool isSystem);
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | reminder_request.cpp | 864 void ReminderRequest::SetSystemApp(bool isSystem) in SetSystemApp() argument 866 isSystemApp_ = isSystem; in SetSystemApp()
|