Home
last modified time | relevance | path

Searched defs:isExists (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/restore/
H A Ddb_upgrade_utils.cpp39 bool isExists = !resultSet->GetRowCount(rowCount) && rowCount > 0; in IsTableExists() local
60 bool isExists = !resultSet->GetRowCount(rowCount) && rowCount > 0; in IsColumnExists() local
/ohos5.0/base/account/os_account/services/accountmgr/test/moduletest/os_account/
H A Dos_account_file_operator_test.cpp77 bool isExists = true; variable
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_file_operator.cpp194 bool &isExists, bool &isOverSize) in CheckConstraintsList()
H A Dinner_os_account_manager.cpp1235 bool isExists = false; in RetryToGetAccount() local
1273 bool isExists = false; in RetryToGetAccount() local
1537 bool isExists = false; in RetryToGetAccount() local
H A Dos_account_control_file_manager.cpp1548 ErrCode OsAccountControlFileManager::IsOsAccountExists(const int id, bool &isExists) in IsOsAccountExists()
1631 const std::vector<std::string> &constraints, bool &isExists, bool &isOverSize) in CheckConstraintsList()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Dsqlite_store_executor_impl.cpp327 bool isExists = IsCollectionExists(collName, errCode); in CreateCollection() local
360 bool isExists = IsCollectionExists(collName, errCode); in DropCollection() local
380 bool isExists = false; in IsCollectionExists() local
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/mock/
H A Dmock_os_account_control_file_manager.h66 ErrCode IsOsAccountExists(const int id, bool &isExists) { return ERR_OK; } in IsOsAccountExists()
/ohos5.0/foundation/multimodalinput/input/util/napi/src/
H A Dkey_event_napi.cpp110 bool isExists = HasKeyCode(pressedKeys, KeyEvent::KEYCODE_CTRL_LEFT) in WriteKeyStatusToJs() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_database_upgrader.cpp122 bool isExists = false; in UpgradeTrigger() local
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp450 bool isExists = false; in GetClearWaterMarkTables() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtracker_table.cpp280 bool isExists = (errCode == SQLiteUtils::MapSQLiteErrno(SQLITE_ROW)) ? true : false; in ReBuildTempTrigger() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service.cpp479 bool isExists = false; in CheckAllUser() local
/ohos5.0/base/hiviewdfx/hitrace/test/unittest/hitrace_dump/
H A Dhitrace_dump_test.cpp86 bool isExists = false; in TraverseFiles() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp1389 bool isExists = false; in CheckUnLockingDataExists() local
1482 void PostHandle(bool isExists, sqlite3 *db) in PostHandle()
1561 bool isExists = (access(filename, 0) == 0); in sqlite3_open_relational() local
1572 bool isExists = (access(static_cast<const char *>(filename), 0) == 0); in sqlite3_open16_relational() local
1583 bool isExists = (access(filename, 0) == 0); in sqlite3_open_v2_relational() local
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_inner_account_mgr_mock.cpp1649 bool isExists = true; variable
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_monitor/src/
H A Djs_input_monitor.cpp946 bool isExists = HasKeyCode(pressedKeys, KeyEvent::KEYCODE_CTRL_LEFT) in GetPressedKey() local
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp864 bool isExists = false; in IsNotificationExists() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp1256 bool isExists = false; in GetSchema() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp1507 …bool isExists = bundleInfoTest.innerBundleUserInfos_.find(key) != bundleInfoTest.innerBundleUserIn… in ChangeAppDisabledStatus() local