Home
last modified time | relevance | path

Searched defs:Constants (Results 1 - 22 of 22) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Dconstants_converter.h77 namespace Constants { namespace
H A Dconstants_converter.cpp31 namespace OHOS::Ace::Constants { namespace in OHOS::Ace
/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Dmission_constant.h21 namespace Constants { namespace
/foundation/ability/dmsfwk/services/dtbschedmgr/include/adapter/
H A Dadapter_constant.h21 namespace Constants { namespace
/foundation/bundlemanager/app_domain_verify/services/include/manager/constant/
H A Dmanager_constants.h22 namespace Constants { namespace
/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dconstants.h21 namespace Constants { namespace
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/include/adaptor/
H A Djs_common.h20 class Constants { class
/foundation/ability/dmsfwk/interfaces/innerkits/common/include/
H A Ddms_constant.h21 namespace Constants { namespace
/foundation/ability/dmsfwk/services/dtbschedmgr/include/deviceManager/
H A Ddms_device_info.h40 DmsDeviceInfo(const std::string& deviceName, int32_t deviceType, const std::string& networkId, int32_t deviceState = ONLINE, int32_t osType = Constants::OH_OS_TYPE, std::string osVersion = �) DmsDeviceInfo() argument
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_constants/
H A Dconstants.cpp186 Constants::Constants(napi_env env, napi_value exports) : NExporter(env, exports) {} in Constants() function in OHOS::DistributedFS::ModuleFileIO::Constants
/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dbundle_constants.h25 namespace Constants { namespace
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/overlay/
H A Doverlay_manager_interface.h32 GetAllOverlayModuleInfo(const std::string &bundleName, std::vector<OverlayModuleInfo> &overlayModuleInfo, int32_t userId = Constants::UNSPECIFIED_USERID) GetAllOverlayModuleInfo() argument
38 GetOverlayModuleInfo(const std::string &bundleName, const std::string &moduleName, OverlayModuleInfo &overlayModuleInfo, int32_t userId = Constants::UNSPECIFIED_USERID) GetOverlayModuleInfo() argument
44 GetOverlayModuleInfo(const std::string &moduleName, OverlayModuleInfo &overlayModuleInfo, int32_t userId = Constants::UNSPECIFIED_USERID) GetOverlayModuleInfo() argument
50 GetTargetOverlayModuleInfo(const std::string &targetModuleName, std::vector<OverlayModuleInfo> &overlayModuleInfos, int32_t userId = Constants::UNSPECIFIED_USERID) GetTargetOverlayModuleInfo() argument
56 GetOverlayModuleInfoByBundleName(const std::string &bundleName, const std::string &moduleName, std::vector<OverlayModuleInfo> &overlayModuleInfos, int32_t userId = Constants::UNSPECIFIED_USERID) GetOverlayModuleInfoByBundleName() argument
62 GetOverlayBundleInfoForTarget(const std::string &targetBundleName, std::vector<OverlayBundleInfo> &overlayBundleInfo, int32_t userId = Constants::UNSPECIFIED_USERID) GetOverlayBundleInfoForTarget() argument
68 GetOverlayModuleInfoForTarget(const std::string &targetBundleName, const std::string &targetModuleName, std::vector<OverlayModuleInfo> &overlayModuleInfo, int32_t userId = Constants::UNSPECIFIED_USERID) GetOverlayModuleInfoForTarget() argument
75 SetOverlayEnabled(const std::string &bundleName, const std::string &moduleName, bool isEnabled, int32_t userId = Constants::UNSPECIFIED_USERID) SetOverlayEnabled() argument
81 SetOverlayEnabledForSelf(const std::string &moduleName, bool isEnabled, int32_t userId = Constants::UNSPECIFIED_USERID) SetOverlayEnabledForSelf() argument
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/bundlemgr/
H A Dmock_bundle_manager.h270 GetBundleInfos(const BundleFlag flag, std::vector<BundleInfo> &bundleInfos, int32_t userId = Constants::UNSPECIFIED_USERID) GetBundleInfos() argument
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/app_control/
H A Dapp_control_interface.h123 virtual ErrCode DeleteDisposedStatus(const std::string &appId, int32_t userId = Constants::UNSPECIFIED_USERID) in DeleteDisposedStatus() argument
118 SetDisposedStatus( const std::string &appId, const Want &want, int32_t userId = Constants::UNSPECIFIED_USERID) SetDisposedStatus() argument
127 GetDisposedStatus( const std::string &appId, Want &want, int32_t userId = Constants::UNSPECIFIED_USERID) GetDisposedStatus() argument
132 GetDisposedRule( const std::string &appId, DisposedRule& disposedRule, int32_t userId = Constants::UNSPECIFIED_USERID) GetDisposedRule() argument
137 SetDisposedRule( const std::string &appId, DisposedRule& disposedRule, int32_t userId = Constants::UNSPECIFIED_USERID) SetDisposedRule() argument
142 GetAbilityRunningControlRule(const std::string &bundleName, int32_t userId, std::vector<DisposedRule>& disposedRules, int32_t appIndex = Constants::MAIN_APP_INDEX) GetAbilityRunningControlRule() argument
147 GetDisposedRuleForCloneApp(const std::string &appId, DisposedRule& disposedRule, int32_t appIndex, int32_t userId = Constants::UNSPECIFIED_USERID) GetDisposedRuleForCloneApp() argument
152 SetDisposedRuleForCloneApp(const std::string &appId, DisposedRule& disposedRule, int32_t appIndex, int32_t userId = Constants::UNSPECIFIED_USERID) SetDisposedRuleForCloneApp() argument
157 DeleteDisposedRuleForCloneApp(const std::string &appId, int32_t appIndex, int32_t userId = Constants::UNSPECIFIED_USERID) DeleteDisposedRuleForCloneApp() argument
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_code_signature_test/
H A Dbundle_mgr_code_signature_system_test.cpp176 InstallBundle( const std::vector<std::string> &bundleFilePaths, InstallParam installParam, const int32_t userId = Constants::ALL_USERID) InstallBundle() argument
194 UninstallBundle( const std::string &bundleName, const int32_t userId = Constants::ALL_USERID) UninstallBundle() argument
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_constants.h21 namespace Constants { namespace
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_sandbox_app_system_test/
H A Dbundle_mgr_sandbox_app_system_test.cpp207 InstallBundle( const std::string &bundleFilePath, const InstallFlag installFlag, std::string &installMsg, const int32_t userId = Constants::ALL_USERID) InstallBundle() argument
230 UninstallBundle( const std::string &bundleName, std::string &uninstallMsg, const int32_t userId = Constants::ALL_USERID) UninstallBundle() argument
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_constants.h25 namespace Constants { namespace
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_client_system_test/
H A Dbundle_mgr_client_system_test.cpp182 InstallBundle( const std::string &bundleFilePath, const InstallFlag installFlag, std::string &installMsg, const int userId = Constants::ALL_USERID) InstallBundle() argument
205 UninstallBundle( const std::string &bundleName, std::string &uninstallMsg, const int userId = Constants::ALL_USERID) UninstallBundle() argument
[all...]
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_constants.h24 namespace Constants { namespace
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h153 GetBundleInfo(const std::string &bundleName, const BundleFlag flag, BundleInfo &bundleInfo, int32_t userId = Constants::UNSPECIFIED_USERID) GetBundleInfo() argument
166 GetBundleInfo(const std::string &bundleName, int32_t flags, BundleInfo &bundleInfo, int32_t userId = Constants::UNSPECIFIED_USERID) GetBundleInfo() argument
242 GetBundlePackInfo(const std::string &bundleName, const BundlePackFlag flag, BundlePackInfo &bundlePackInfo, int32_t userId = Constants::UNSPECIFIED_USERID) GetBundlePackInfo() argument
256 GetBundlePackInfo(const std::string &bundleName, int32_t flags, BundlePackInfo &bundlePackInfo, int32_t userId = Constants::UNSPECIFIED_USERID) GetBundlePackInfo() argument
269 GetBundleInfos(const BundleFlag flag, std::vector<BundleInfo> &bundleInfos, int32_t userId = Constants::UNSPECIFIED_USERID) GetBundleInfos() argument
281 GetBundleInfos(int32_t flags, std::vector<BundleInfo> &bundleInfos, int32_t userId = Constants::UNSPECIFIED_USERID) GetBundleInfos() argument
676 GetLaunchWantForBundle( const std::string &bundleName, Want &want, int32_t userId = Constants::UNSPECIFIED_USERID) GetLaunchWantForBundle() argument
699 CleanBundleCacheFiles( const std::string &bundleName, const sptr<ICleanCacheCallback> cleanCacheCallback, int32_t userId = Constants::UNSPECIFIED_USERID, int32_t appIndex = 0) CleanBundleCacheFiles() argument
862 SetApplicationEnabled(const std::string &bundleName, bool isEnable, int32_t userId = Constants::UNSPECIFIED_USERID) SetApplicationEnabled() argument
876 SetCloneApplicationEnabled(const std::string &bundleName, int32_t appIndex, bool isEnable, int32_t userId = Constants::UNSPECIFIED_USERID) SetCloneApplicationEnabled() argument
910 SetAbilityEnabled(const AbilityInfo &abilityInfo, bool isEnabled, int32_t userId = Constants::UNSPECIFIED_USERID) SetAbilityEnabled() argument
924 SetCloneAbilityEnabled(const AbilityInfo &abilityInfo, int32_t appIndex, bool isEnabled, int32_t userId = Constants::UNSPECIFIED_USERID) SetCloneAbilityEnabled() argument
974 GetShortcutInfoV9(const std::string &bundleName, std::vector<ShortcutInfo> &shortcutInfos, int32_t userId = Constants::UNSPECIFIED_USERID) GetShortcutInfoV9() argument
1031 GetAppPrivilegeLevel( const std::string &bundleName, int32_t userId = Constants::UNSPECIFIED_USERID) GetAppPrivilegeLevel() argument
1108 VerifySystemApi(int32_t beginApiVersion = Constants::INVALID_API_VERSION) VerifySystemApi() argument
1264 GetMediaData(const std::string &bundleName, const std::string &moduleName, const std::string &abilityName, std::unique_ptr<uint8_t[]> &mediaDataPtr, size_t &len, int32_t userId = Constants::UNSPECIFIED_USERID) GetMediaData() argument
1276 GetStringById(const std::string &bundleName, const std::string &moduleName, uint32_t resId, int32_t userId, const std::string &localeInfo = Constants::EMPTY_STRING) GetStringById() argument
1344 GetAllProxyDataInfos( std::vector<ProxyData> &proxyDatas, int32_t userId = Constants::UNSPECIFIED_USERID) GetAllProxyDataInfos() argument
1350 GetProxyDataInfos(const std::string &bundleName, const std::string &moduleName, std::vector<ProxyData> &proxyDatas, int32_t userId = Constants::UNSPECIFIED_USERID) GetProxyDataInfos() argument
1428 GetJsonProfile(ProfileType profileType, const std::string &bundleName, const std::string &moduleName, std::string &profile, int32_t userId = Constants::UNSPECIFIED_USERID) GetJsonProfile() argument
1487 GetAllBundleInfoByDeveloperId(const std::string &developerId, std::vector<BundleInfo> &bundleInfos, int32_t userId = Constants::UNSPECIFIED_USERID) GetAllBundleInfoByDeveloperId() argument
1493 GetDeveloperIds(const std::string &appDistributionType, std::vector<std::string> &developerIdList, int32_t userId = Constants::UNSPECIFIED_USERID) GetDeveloperIds() argument
1505 QueryAbilityInfoByContinueType(const std::string &bundleName, const std::string &continueType, AbilityInfo &abilityInfo, int32_t userId = Constants::UNSPECIFIED_USERID) QueryAbilityInfoByContinueType() argument
1517 GetCloneBundleInfo(const std::string &bundleName, int32_t flag, int32_t appIndex, BundleInfo &bundleInfo, int32_t userId = Constants::UNSPECIFIED_USERID) GetCloneBundleInfo() argument
1523 GetCloneAppIndexes(const std::string &bundleName, std::vector<int32_t> &appIndexes, int32_t userId = Constants::UNSPECIFIED_USERID) GetCloneAppIndexes() argument
1534 QueryCloneExtensionAbilityInfoWithAppIndex(const ElementName &elementName, int32_t flags, int32_t appIndex, ExtensionAbilityInfo &extensionAbilityInfo, int32_t userId = Constants::UNSPECIFIED_USERID) QueryCloneExtensionAbilityInfoWithAppIndex() argument
1578 GetBundleInfosForContinuation(int32_t flags, std::vector<BundleInfo> &bundleInfos, int32_t userId = Constants::UNSPECIFIED_USERID) GetBundleInfosForContinuation() argument
1591 GetContinueBundleNames(const std::string &continueBundleName, std::vector<std::string> &bundleNames, int32_t userId = Constants::UNSPECIFIED_USERID) GetContinueBundleNames() argument
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h627 FindAbilityInfosByUri(const std::string &abilityUri, std::vector<AbilityInfo> &abilityInfos, int32_t userId = Constants::UNSPECIFIED_USERID) FindAbilityInfosByUri() argument
778 GetUid(int32_t userId = Constants::UNSPECIFIED_USERID, int32_t appIndex = 0) const GetUid() argument
[all...]

Completed in 22 milliseconds