Home
last modified time | relevance | path

Searched refs:LAST (Results 1 - 10 of 10) sorted by relevance

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsecurity_policy.cpp48 if (config.GetStorageMode() != StorageMode::MODE_MEMORY && config.GetSecurityLevel() != SecurityLevel::LAST) { in SetSecurityLabel()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H A Ddrawing_sample_replayer.h37 LAST, enumerator
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/mock/include/
H A Drdb_store_config.h64 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 Drdb_store_config.h120 * @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 Dnapi_rdb_js_utils.h59 SecurityLevel securityLevel = SecurityLevel::LAST;
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_config_test.cpp421 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 Dbluetooth_def.h541 enum class MapFractionDeliverType : int { MORE, LAST, INVALID }; member in OHOS::Bluetooth::MapMessageType::MapFractionDeliverType
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_store_helper.cpp354 bool isValidSecurityLevel = sl >= SecurityLevel::S1 && sl < SecurityLevel::LAST; in ParseSecurityLevel()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h640 enum class MapFractionDeliverType : int { MORE, LAST, INVALID }; member in OHOS::bluetooth::MapMessageType::MapFractionDeliverType
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp317 OHOS::NativeRdb::SecurityLevel(config->securityLevel) >= OHOS::NativeRdb::SecurityLevel::LAST) || in GetRdbStoreConfig()

Completed in 14 milliseconds