Home
last modified time | relevance | path

Searched refs:CheckMode (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/update/updater/services/ui/
H A Dupdater_ui_facade.cpp73 if (auto [res, it] = CheckMode(); res) { in ShowLog()
80 if (auto [res, it] = CheckMode(); res) { in ShowLogRes()
87 if (auto [res, it] = CheckMode(); res) { in ShowUpdInfo()
125 if (!CheckMode().first) { in SetLogoVisible()
137 if (!CheckMode().first) { in SetProgressVisible()
157 auto [res, it] = CheckMode(); in ShowProgressPage()
170 auto [res, it] = CheckMode(); in ShowSuccessPage()
183 auto [res, it] = CheckMode(); in ShowFailedPage()
196 auto [res, it] = CheckMode(); in ShowFactoryConfirmPage()
212 auto [res, it] = CheckMode(); in ClearText()
[all …]
H A Dupdater_ui_facade.h56 std::pair<bool, StrategyMap::const_iterator> CheckMode() const;
/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/
H A Dsm2_crypto_util.c50 static bool CheckMode(const char *mode) in CheckMode() function
95 if (!CheckMode(mode)) { in HcfGenCipherTextBySpec()
117 if (!CheckMode(mode)) { in HcfGetCipherTextSpec()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_uripermission_operations.cpp59 static bool CheckMode(string& mode) in CheckMode() function
533 if (!CheckMode(inputMode)) { in CheckUriPermValues()
668 if (!CheckMode(mode)) { in CheckUriPermission()
H A Dmedialibrary_asset_operations.cpp1258 if (!MediaFileUtils::CheckMode(lowerMode)) { in OpenAsset()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/include/
H A Dmedia_file_utils.h134 EXPORT static bool CheckMode(const std::string &mode);
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dfile_asset_napi.cpp3113 if (!MediaFileUtils::CheckMode(mode)) { in ParseArgsUserFileMgrOpen()
3668 if (!MediaFileUtils::CheckMode(mode)) { in ParseArgsPhotoAccessHelperOpen()