/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | directory_manager_test.cpp | 97 metaData.securityLevel = SecurityLevel::S2; in HWTEST_F() 122 metaData.securityLevel = SecurityLevel::S2; in HWTEST_F() 143 metaData.securityLevel = SecurityLevel::S2; in HWTEST_F() 164 metaData.securityLevel = SecurityLevel::S2; in HWTEST_F() 188 metaData.securityLevel = SecurityLevel::S2; in HWTEST_F() 227 metaData.securityLevel = SecurityLevel::S2; in HWTEST_F()
|
H A D | kvdb_general_store_test.cpp | 79 metaData_.securityLevel = SecurityLevel::S2; in InitMetaData() 218 dbSecurity = KVDBGeneralStore::GetDBSecurity(SecurityLevel::S2); in HWTEST_F() 219 EXPECT_EQ(dbSecurity.securityLabel, DistributedDB::S2); in HWTEST_F()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | security_policy.cpp | 30 case SecurityLevel::S2: in GetSecurityLevelValue()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | single_ver_utils.cpp | 100 secOption.securityLabel = ((option.securityOpt.securityLabel >= SecurityLabel::S2) ? in CreateNewDirsAndSetSecOption() 101 SecurityLabel::S2 : option.securityOpt.securityLabel); in CreateNewDirsAndSetSecOption()
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
H A D | napi_rdb_const_properties.cpp | 67 (void) SetNamedProperty(env, securityLevel, "S2", (int32_t)NativeRdb::SecurityLevel::S2); in ExportSecurityLevel()
|
/foundation/multimedia/media_library/frameworks/utils/src/ |
H A D | medialibrary_common_utils.cpp | 245 const std::string S2 = "between ? and ?"; in RemoveSpecialCondition() local 248 RemoveSpecialCondition(hacker, S2); in RemoveSpecialCondition()
|
/foundation/distributeddatamgr/relational_store/test/js/relationalstore/unittest/src/ |
H A D | RdbstoreRdbstoreJsunit.test.js | 234 securityLevel: data_relationalStore.SecurityLevel.S2, 261 securityLevel: data_relationalStore.SecurityLevel.S2,
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_config_data_manager.cpp | 49 .securityLevel = DistributedKv::SecurityLevel::S2, in GetKvStore()
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/ |
H A D | js_const_properties.cpp | 108 SetNamedProperty(env, securityLevel, "S2", (int32_t)SecurityLevel::S2); in ExportSecurityLevel()
|
/foundation/distributeddatamgr/kv_store/test/unittest/distributeddata/ |
H A D | KvManagerDataPromiseJsTest.js | 45 securityLevel: factory.SecurityLevel.S2, 197 securityLevel: factory.SecurityLevel.S2, 365 securityLevel: factory.SecurityLevel.S2, 532 securityLevel: factory.SecurityLevel.S2,
|
H A D | KvManagerDataCallbackJsTest.js | 41 securityLevel : factory.SecurityLevel.S2, 231 securityLevel : factory.SecurityLevel.S2, 417 securityLevel : factory.SecurityLevel.S2, 603 securityLevel : factory.SecurityLevel.S2,
|
/foundation/distributeddatamgr/kv_store/test/unittest/distributedKVStore/ |
H A D | KvManagerKVCallbackJsTest.js | 40 securityLevel: factory.SecurityLevel.S2, 196 securityLevel: factory.SecurityLevel.S2, 317 securityLevel: factory.SecurityLevel.S2,
|
H A D | KvManagerKVPromiseJsTest.js | 42 securityLevel: factory.SecurityLevel.S2, 237 securityLevel: factory.SecurityLevel.S2, 361 securityLevel: factory.SecurityLevel.S2,
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_database_upgrader.cpp | 326 metaSecOpt.securityLabel = ((secOption.securityLabel >= SecurityLabel::S2) ? in SetSecOption() 327 SecurityLabel::S2 : secOption.securityLabel); in SetSecOption()
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/ |
H A D | js_const_properties.cpp | 121 SetNamedProperty(env, securityLevel, "S2", (int32_t)SecurityLevel::S2); in ExportSecurityLevel()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/ |
H A D | types_export.h | 173 S2,
|
/foundation/distributeddatamgr/relational_store/test/ndk/unittest/ |
H A D | rdb_store_configv2_test.cpp | 172 EXPECT_EQ(OH_Rdb_ErrCode::RDB_OK, OH_Rdb_SetSecurityLevel(config, S2)); in HWTEST_F()
|
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_helper_test.cpp | 209 config.SetSecurityLevel(SecurityLevel::S2); in HWTEST_F()
|
/foundation/distributeddatamgr/relational_store/interfaces/ndk/include/ |
H A D | relational_store.h | 62 S2, enumerator
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/operation/ |
H A D | single_ver_database_oper.cpp | 41 option.securityLabel = ((mainSecLabel >= SecurityLabel::S2) ? SecurityLabel::S2 : mainSecLabel); in SetSecOpt() 200 if (!OS::CheckPathExistence(currentDb)) { // Is S2 label, can access in ExportMetaDB() 398 if (metaDbExisted) { // Is S2 label, no need deal in ImportUnpackedDatabase()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_storage_single_ver_upgrade_test.cpp | 225 SecurityOption currentMetaSecOpt {SecurityLabel::S2, SecurityFlag::ECE}; in CheckSecOpt() member in __anon8292::SecurityLabel 535 SecurityOption secopt = {SecurityLabel::S2, SecurityFlag::ECE}; in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/ |
H A D | store_util.cpp | 87 case DistributedDB::S2: // fallthrough in GetSecLevel()
|
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | types.h | 277 S2,
|
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/ |
H A D | store_util.cpp | 62 case DistributedDB::S2: // fallthrough in GetSecLevel()
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/ |
H A D | rdb_store_config.h | 61 S2, member in OHOS::NativeRdb::SecurityLevel
|