Searched refs:IsJsonFormat (Results 1 – 4 of 4) sorted by relevance
67 EXPECT_EQ(accountFileOperator_->IsJsonFormat("../&*&"), false);
41 bool IsJsonFormat(const std::string &path);
332 bool AccountFileOperator::IsJsonFormat(const std::string &path) in IsJsonFormat() function in OHOS::AccountSA::AccountFileOperator349 return IsExistFile(path) && IsJsonFormat(path); in IsJsonFileReady()
969 if (accountFileOperator_->IsExistFile(path) && accountFileOperator_->IsJsonFormat(path)) { in InsertOsAccount()1560 if (!accountFileOperator_->IsJsonFormat(path)) { in IsOsAccountExists()