Searched refs:IsJsonFormat (Results 1 – 4 of 4) sorted by relevance
60 EXPECT_EQ(accountFileOperator_->IsJsonFormat("../&*&"), false);
36 bool IsJsonFormat(const std::string &path);
150 bool AccountFileOperator::IsJsonFormat(const std::string &path) in IsJsonFormat() function in OHOS::AccountSA::AccountFileOperator167 return IsExistFile(path) && IsJsonFormat(path); in IsJsonFileReady()
588 if (accountFileOperator_->IsExistFile(path) && accountFileOperator_->IsJsonFormat(path)) { in InsertOsAccount()1073 if (!accountFileOperator_->IsJsonFormat(path)) { in IsOsAccountExists()