Searched refs:GetBoolStrVal (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | pre_scan_info.h | 24 std::string GetBoolStrVal(bool val) in GetBoolStrVal() function 83 + ", keepAlive = " + GetBoolStrVal(keepAlive) in ToString() 84 + ", singleton = " + GetBoolStrVal(singleton) in ToString() 86 + ", associatedWakeUp = " + GetBoolStrVal(associatedWakeUp) in ToString() 88 + ", allowMultiProcess = " + GetBoolStrVal(allowMultiProcess) in ToString() 89 + ", formVisibleNotify = " + GetBoolStrVal(formVisibleNotify) in ToString() 90 + ", allowQueryPriority = " + GetBoolStrVal(allowQueryPriority) in ToString() 93 + ", userDataClearable = " + GetBoolStrVal(userDataClearable) in ToString() 94 + ", hideDesktopIcon = " + GetBoolStrVal(hideDesktopIcon) in ToString() 95 + ", appShareLibrary = " + GetBoolStrVal(appShareLibrary) in ToString() [all …]
|
H A D | app_privilege_capability.h | 37 return "[ allowMultiProcess = " + BundleUtil::GetBoolStrVal(allowMultiProcess) in ToString() 38 + ", allowQueryPriority = " + BundleUtil::GetBoolStrVal(allowQueryPriority) in ToString() 39 + ", allowExcludeFromMissions = " + BundleUtil::GetBoolStrVal(allowExcludeFromMissions) in ToString() 40 + ", allowMissionNotCleared = " + BundleUtil::GetBoolStrVal(allowMissionNotCleared) in ToString() 41 … + ", allowUsePrivilegeExtension = " + BundleUtil::GetBoolStrVal(allowUsePrivilegeExtension) in ToString() 42 + ", userDataClearable = " + BundleUtil::GetBoolStrVal(userDataClearable) in ToString() 43 + ", hideDesktopIcon = " + BundleUtil::GetBoolStrVal(hideDesktopIcon) in ToString() 44 + ", formVisibleNotify = " + BundleUtil::GetBoolStrVal(formVisibleNotify) in ToString() 45 + ", appShareLibrary = " + BundleUtil::GetBoolStrVal(appShareLibrary) in ToString() 46 … + ", allowEnableNotification = " + BundleUtil::GetBoolStrVal(allowEnableNotification) + "]"; in ToString()
|
H A D | bundle_util.h | 191 static std::string GetBoolStrVal(bool val);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_util.cpp | 652 std::string BundleUtil::GetBoolStrVal(bool val) in GetBoolStrVal() function in OHOS::AppExecFwk::BundleUtil
|