/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/ |
H A D | gallery_source.cpp | 53 int GalleryOpenCall::OnCreate(NativeRdb::RdbStore &store) in OnCreate() 65 int GalleryOpenCall::OnUpgrade(NativeRdb::RdbStore &store, int oldVersion, int newVersion) in OnUpgrade() 75 …shared_ptr<NativeRdb::RdbStore> store = NativeRdb::RdbHelper::GetRdbStore(config, 1, helper, errCo… in Init() local
|
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
H A D | cert_manager_status.c | 76 uint32_t store; member 101 static int GetStoreIndex(uint32_t store) in GetStoreIndex() 325 static int32_t LoadStatus(uint32_t store) in LoadStatus() 398 static int32_t WriteStatus(uint32_t store) in WriteStatus() 452 static void DestroyTree(uint32_t store) in DestroyTree() 651 uint32_t store, const char *fileName) in StatusMatch() 681 uint32_t store = tempPara.store; in CertManagerFindMatchedFile() local 793 uint32_t store, const uint32_t status, uint32_t *stp) in CertManagerStatusFile() 839 uint32_t store, uint32_t status, uint32_t *stp) in SetcertStatus() 856 const struct CmBlob *certUri, uint32_t store) in CmSetStatusEnable() [all …]
|
H A D | cert_manager_service.c | 84 static int32_t GetPublicAppCert(const struct CmContext *context, uint32_t store, in GetPublicAppCert() 119 static int32_t GetPrivateAppCert(const struct CmContext *context, uint32_t store, in GetPrivateAppCert() 139 int32_t CmServiceGetAppCert(const struct CmContext *context, uint32_t store, in CmServiceGetAppCert() 214 …_t CheckAndGetStore(const struct CmContext *context, const struct CmBlob *authUri, uint32_t *store) in CheckAndGetStore() 262 uint32_t store = CM_CREDENTIAL_STORE; in CmServiceInit() local 426 int32_t CmServiceGetCertList(const struct CmContext *context, uint32_t store, struct CmMutableBlob … in CmServiceGetCertList() 466 uint32_t store, struct CmBlob *certificateData, uint32_t *status) in CmServiceGetCertInfo() 734 uint32_t store = CM_USER_TRUSTED_STORE; in CmUninstallUserCert() local 778 uint32_t store = CM_USER_TRUSTED_STORE; in CmUninstallAllUserCert() local 803 uint32_t store, uint32_t status) in CmServiceSetCertStatus() [all …]
|
H A D | cert_manager_permission_check.cpp | 69 bool CmIsSystemAppByStoreType(const uint32_t store) in CmIsSystemAppByStoreType() 78 bool CmPermissionCheck(const uint32_t store) in CmPermissionCheck()
|
H A D | cert_manager_storage.c | 28 int32_t GetRootPath(uint32_t store, char *rootPath, uint32_t pathLen) in GetRootPath() 61 int32_t ConstructUserIdPath(const struct CmContext *context, uint32_t store, in ConstructUserIdPath() 84 int32_t ConstructUidPath(const struct CmContext *context, uint32_t store, in ConstructUidPath() 107 int32_t ConstructAuthListPath(const struct CmContext *context, uint32_t store, in ConstructAuthListPath() 161 int32_t CmStorageGetAppCert(const struct CmContext *context, uint32_t store, in CmStorageGetAppCert() 180 int32_t CmGetCertFilePath(const struct CmContext *context, uint32_t store, struct CmMutableBlob *pa… in CmGetCertFilePath()
|
/ohos5.0/base/time/time_service/services/timer/src/ |
H A D | timer_database.cpp | 230 int TimeDBCreateTables(OHOS::NativeRdb::RdbStore &store) in TimeDBCreateTables() 250 int TimeDBOpenCallback::OnCreate(OHOS::NativeRdb::RdbStore &store) in OnCreate() 261 int TimeDBOpenCallback::OnOpen(OHOS::NativeRdb::RdbStore &store) in OnOpen() 266 int TimeDBOpenCallback::OnUpgrade(OHOS::NativeRdb::RdbStore &store, int oldVersion, int newVersion) in OnUpgrade() 283 int TimeDBOpenCallback::OnDowngrade(OHOS::NativeRdb::RdbStore &store, int oldVersion, int newVersio… in OnDowngrade()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/ |
H A D | RdbStoreAttachJsunit.test.js | 91 async function attachBatchInsert(store, tableName) { argument 106 async function insertCheck(store, tableName, ret) { argument 114 async function updateCheck(store, tableName) { argument 128 async function deleteCheck(store, tableName, count) { argument 134 async function attachCheck(store) { argument
|
/ohos5.0/base/security/certificate_manager/interfaces/kits/napi/src/ |
H A D | cm_napi_install_app_cert_common.cpp | 71 …ic napi_value GetCredAlias(napi_env env, napi_value napiObject, CmBlob *&certAlias, uint32_t store) in GetCredAlias() 80 napi_env env, napi_callback_info info, InstallAppCertAsyncContext context, uint32_t store) in InstallAppCertParseParams() 170 static napi_value GenAppCertBusinessError(napi_env env, int32_t errorCode, uint32_t store) in GenAppCertBusinessError() 226 napi_value CMNapiInstallAppCertCommon(napi_env env, napi_callback_info info, uint32_t store) in CMNapiInstallAppCertCommon()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_security_manager_test.cpp | 63 int OnCreate(RdbStore &store) override in OnCreate() 67 int OnUpgrade(RdbStore &store, int oldVersion, int newVersion) override in OnUpgrade() 130 auto store = RdbHelper::GetRdbStore(config, 1, helper, errCode); variable
|
H A D | rdb_attach_test.cpp | 56 int MainOpenCallback::OnCreate(RdbStore &store) in OnCreate() 61 int MainOpenCallback::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade() 76 int AttachedOpenCallback::OnCreate(RdbStore &store) in OnCreate() 81 int AttachedOpenCallback::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade() 120 std::shared_ptr<RdbStore> store = RdbHelper::GetRdbStore(config, 1, helper, errCode); variable 138 std::shared_ptr<RdbStore> store = RdbHelper::GetRdbStore(config, 1, helper, errCode); variable
|
H A D | rdb_wal_limit_test.cpp | 45 static std::shared_ptr<RdbStore> store; member in RdbWalLimitTest 50 std::shared_ptr<RdbStore> RdbWalLimitTest::store = nullptr; member in RdbWalLimitTest 67 int RdbWalLimitCallback::OnCreate(RdbStore &store) in OnCreate() 72 int RdbWalLimitCallback::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade()
|
H A D | rdb_step_result_get_row_test.cpp | 36 static std::shared_ptr<RdbStore> store; member in RdbStepResultSetGetRowTest 40 std::shared_ptr<RdbStore> RdbStepResultSetGetRowTest::store = nullptr; member in RdbStepResultSetGetRowTest 48 int RdbStepResultSetGetOpenCallback::OnCreate(RdbStore &store) in OnCreate() 53 int RdbStepResultSetGetOpenCallback::OnUpgrade(RdbStore &store, int oldVersion, int newVersion) in OnUpgrade()
|
/ohos5.0/foundation/communication/netstack/frameworks/native/net_ssl/ |
H A D | net_ssl_verify_cert.cpp | 114 X509_STORE *store = nullptr; in VerifyCert() local 158 X509_STORE *store = nullptr; in VerifyCert() local 197 void FreeResources(X509 **certX509, X509 **caX509, X509_STORE **store, X509_STORE_CTX **ctx) in FreeResources()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_clone_test/src/ |
H A D | clone_source.cpp | 83 int32_t CloneOpenCall::OnCreate(NativeRdb::RdbStore &store) in OnCreate() 95 int32_t CloneOpenCall::OnUpgrade(NativeRdb::RdbStore &store, int oldVersion, int newVersion) in OnUpgrade() 118 …shared_ptr<NativeRdb::RdbStore> store = NativeRdb::RdbHelper::GetRdbStore(config, 1, helper, errCo… in Init() local
|
/ohos5.0/base/request/request/services/src/cxx/ |
H A D | c_request_database.cpp | 287 int RequestDBOpenCallback::OnCreate(OHOS::NativeRdb::RdbStore &store) in OnCreate() 292 int RequestDBInitVersionTable(OHOS::NativeRdb::RdbStore &store) in RequestDBInitVersionTable() 315 int RequestDBDropTable(OHOS::NativeRdb::RdbStore &store, const char *name) in RequestDBDropTable() 320 void RequestDBRemoveOldTables(OHOS::NativeRdb::RdbStore &store) in RequestDBRemoveOldTables() 353 int RequestDBCheckVersion(OHOS::NativeRdb::RdbStore &store) in RequestDBCheckVersion() 412 int RequestDBCreateTables(OHOS::NativeRdb::RdbStore &store) in RequestDBCreateTables() 433 int RequestDBUpgradeFrom41(OHOS::NativeRdb::RdbStore &store) in RequestDBUpgradeFrom41() 468 void RequestDBUpgradeFrom50(OHOS::NativeRdb::RdbStore &store) in RequestDBUpgradeFrom50() 478 int RequestDBUpgrade(OHOS::NativeRdb::RdbStore &store) in RequestDBUpgrade() 522 void RequestDBUpdateInvalidRecords(OHOS::NativeRdb::RdbStore &store) in RequestDBUpdateInvalidRecords() [all …]
|
/ohos5.0/base/security/certificate_manager/test/fuzz_test/cmsystemtrustedstore_fuzzer/ |
H A D | cmsystemtrustedstore_fuzzer.cpp | 36 uint32_t store = CM_SYSTEM_TRUSTED_STORE; in SetSysCertStatus() local 69 uint32_t store = CM_SYSTEM_TRUSTED_STORE; in GetAllSysCert() local 103 uint32_t store = CM_SYSTEM_TRUSTED_STORE; in GetSysCert() local
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/ |
H A D | wifi_cert_utils.cpp | 80 uint32_t store = 3; in InstallCert() local 101 uint32_t store = 0; in UninstallCert() local
|
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/ |
H A D | pkg_database.cpp | 167 int32_t PkgDataBaseCallBack::OnCreate(OHOS::NativeRdb::RdbStore &store) in OnCreate() 179 int32_t PkgDataBaseCallBack::OnUpgrade(OHOS::NativeRdb::RdbStore &store, int32_t oldVersion, int32_… in OnUpgrade() 188 int32_t PkgDataBaseCallBack::OnDowngrade(OHOS::NativeRdb::RdbStore &store, int32_t oldVersion, int3… in OnDowngrade()
|
/ohos5.0/base/security/certificate_manager/test/fuzz_test/cmusertrustedstore_fuzzer/ |
H A D | cmusertrustedstore_fuzzer.cpp | 71 uint32_t store = CM_USER_TRUSTED_STORE; in SetUserCertStatus() local 104 uint32_t store = CM_USER_TRUSTED_STORE; in GetAllUserCert() local 138 uint32_t store = CM_USER_TRUSTED_STORE; in GetUserCert() local 174 uint32_t store = CM_USER_TRUSTED_STORE; in UnInstallUserCert() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/interface/src/ |
H A D | result_set_common.cpp | 23 int InitResultSet(std::shared_ptr<QueryContext> &context, DocumentStore *store, ResultSet &resultSe… in InitResultSet()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_store_connection.cpp | 23 RelationalStoreConnection::RelationalStoreConnection(IRelationalStore *store) in RelationalStoreConnection()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_store.cpp | 49 int32_t ReminderStore::ReminderStoreDataCallBack::OnCreate(NativeRdb::RdbStore& store) in OnCreate() 56 NativeRdb::RdbStore& store, int32_t oldVersion, int32_t newVersion) in OnUpgrade() 91 NativeRdb::RdbStore& store, int32_t currentVersion, int32_t targetVersion) in OnDowngrade() 107 int32_t ReminderStore::ReminderStoreDataCallBack::CreateTable(NativeRdb::RdbStore& store) in CreateTable() 143 int32_t ReminderStore::ReminderStoreDataCallBack::CopyData(NativeRdb::RdbStore& store) in CopyData() 157 …nderRequest>> ReminderStore::ReminderStoreDataCallBack::GetOldReminders(NativeRdb::RdbStore& store) in GetOldReminders() 206 void ReminderStore::ReminderStoreDataCallBack::InsertNewReminders(NativeRdb::RdbStore& store, in InsertNewReminders() 261 void ReminderStore::ReminderStoreDataCallBack::AddRdbColum(NativeRdb::RdbStore& store, const std::s… in AddRdbColum()
|
/ohos5.0/foundation/communication/netmanager_ext/services/netfirewallmanager/src/ |
H A D | netfirewall_database.cpp | 184 int32_t NetFirewallDataBaseCallBack::OnCreate(OHOS::NativeRdb::RdbStore &store) in OnCreate() 201 int32_t NetFirewallDataBaseCallBack::OnUpgrade(OHOS::NativeRdb::RdbStore &store, int32_t oldVersion… in OnUpgrade() 210 int32_t NetFirewallDataBaseCallBack::OnDowngrade(OHOS::NativeRdb::RdbStore &store, int32_t oldVersi… in OnDowngrade()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | store_test.cpp | 113 GeneralStoreMock* store = new (std::nothrow) GeneralStoreMock(); variable 136 GeneralStoreMock* store = new (std::nothrow) GeneralStoreMock(); variable 159 GeneralStoreMock* store = new (std::nothrow) GeneralStoreMock(); variable
|
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/ |
H A D | clouddisk_rdbstore.cpp | 1485 static int32_t ExecuteSql(RdbStore &store) in ExecuteSql() 1499 int32_t CloudDiskDataCallBack::OnCreate(RdbStore &store) in OnCreate() 1507 static void VersionAddParentCloudIdIndex(RdbStore &store) in VersionAddParentCloudIdIndex() 1516 static void VersionFixFileTrigger(RdbStore &store) in VersionFixFileTrigger() 1570 static void VersionAddFileStatus(RdbStore &store) in VersionAddFileStatus() 1579 static void VersionSetFileStatusDefault(RdbStore &store) in VersionSetFileStatusDefault() 1588 static void VersionFixSyncMetatimeTrigger(RdbStore &store) in VersionFixSyncMetatimeTrigger() 1601 static void VersionFixRetryTrigger(RdbStore &store) in VersionFixRetryTrigger() 1775 static void VersionAddCheckFlag(RdbStore &store) in VersionAddCheckFlag() 1792 static void VersionAddRootDirectory(RdbStore &store) in VersionAddRootDirectory() [all …]
|