Home
last modified time | relevance | path

Searched refs:GetBoolStrVal (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_scan_info.h24 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 Dapp_privilege_capability.h37 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 Dbundle_util.h191 static std::string GetBoolStrVal(bool val);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp652 std::string BundleUtil::GetBoolStrVal(bool val) in GetBoolStrVal() function in OHOS::AppExecFwk::BundleUtil