Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dhap_resource.cpp68 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 Dhap_manager.cpp67 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 Dresource_manager_impl.cpp67 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 Dhap_resource.h49 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 Dhap_manager.h40 HapManager(std::shared_ptr<ResConfigImpl> resConfig, bool isSystem = false);
H A Dresource_manager_impl.h41 bool Init(bool isSystem = false);
/ohos5.0/foundation/multimedia/ringtone_library/test/unittest/get_self_permissions/src/
H A Dget_self_permissions.cpp66 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 Dresource_manager_addon.cpp62 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 Dget_self_permissions.h28 …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 Dresource_manager_addon.h37 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 Dintention_event_manager.cpp268 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 Dresource_manager_addon.cpp97 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 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);
/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/cloudsyncservicestub_fuzzer/
H A Dcloudsyncservicestub_fuzzer.cpp63 void NativeTokenGet(bool isSystem) in NativeTokenGet() argument
80 if (isSystem) { in NativeTokenGet()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dreminder_request.h463 void SetSystemApp(bool isSystem);
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_scene_utils.cpp142 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 Dreminder_request.cpp902 void ReminderRequest::SetSystemApp(bool isSystem) in SetSystemApp() argument
904 isSystemApp_ = isSystem; in SetSystemApp()