Home
last modified time | relevance | path

Searched refs:IsKeyFileEmpty (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_security_manager.h112 bool IsKeyFileEmpty(const std::string &keyFile);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_security_manager.cpp524 if (IsKeyFileEmpty(keyFile)) { in GetRdbPassword()
616 bool RdbSecurityManager::IsKeyFileEmpty(const std::string &keyFile) in IsKeyFileEmpty() function in OHOS::NativeRdb::RdbSecurityManager