Searched refs:LAST (Results 1 - 10 of 10) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | security_policy.cpp | 48 if (config.GetStorageMode() != StorageMode::MODE_MEMORY && config.GetSecurityLevel() != SecurityLevel::LAST) { in SetSecurityLabel()
|
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/ |
H A D | drawing_sample_replayer.h | 37 LAST, enumerator
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/ |
H A D | rdb_store_config.h | 64 LAST 138 const std::string &databaseFileType = "", SecurityLevel securityLevel = SecurityLevel::LAST, 277 SecurityLevel securityLevel_ = SecurityLevel::LAST;
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_store_config.h | 120 * @brief LAST: This is a boundary judgment value. 122 LAST 280 const std::string &databaseFileType = "", SecurityLevel securityLevel = SecurityLevel::LAST, 700 SecurityLevel securityLevel_ = SecurityLevel::LAST;
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_rdb_js_utils.h | 59 SecurityLevel securityLevel = SecurityLevel::LAST;
|
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | rdb_store_config_test.cpp | 421 config.SetSecurityLevel(SecurityLevel::LAST); in HWTEST_F() 423 EXPECT_EQ(SecurityLevel::LAST, retSecurityLevel); in HWTEST_F()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_def.h | 541 enum class MapFractionDeliverType : int { MORE, LAST, INVALID }; member in OHOS::Bluetooth::MapMessageType::MapFractionDeliverType
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
H A D | napi_rdb_store_helper.cpp | 354 bool isValidSecurityLevel = sl >= SecurityLevel::S1 && sl < SecurityLevel::LAST; in ParseSecurityLevel()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/common/ |
H A D | bt_def.h | 640 enum class MapFractionDeliverType : int { MORE, LAST, INVALID }; member in OHOS::bluetooth::MapMessageType::MapFractionDeliverType
|
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_store.cpp | 317 OHOS::NativeRdb::SecurityLevel(config->securityLevel) >= OHOS::NativeRdb::SecurityLevel::LAST) || in GetRdbStoreConfig()
|
Completed in 14 milliseconds