Home
last modified time | relevance | path

Searched refs:IsJsonFormat (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/account/os_account/frameworks/common/test/unittest/common_account_test/
H A Daccount_file_operator_test.cpp67 EXPECT_EQ(accountFileOperator_->IsJsonFormat("../&*&"), false);
/ohos5.0/base/account/os_account/frameworks/common/file_operator/include/
H A Daccount_file_operator.h41 bool IsJsonFormat(const std::string &path);
/ohos5.0/base/account/os_account/frameworks/common/file_operator/src/
H A Daccount_file_operator.cpp332 bool AccountFileOperator::IsJsonFormat(const std::string &path) in IsJsonFormat() function in OHOS::AccountSA::AccountFileOperator
349 return IsExistFile(path) && IsJsonFormat(path); in IsJsonFileReady()
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_control_file_manager.cpp969 if (accountFileOperator_->IsExistFile(path) && accountFileOperator_->IsJsonFormat(path)) { in InsertOsAccount()
1560 if (!accountFileOperator_->IsJsonFormat(path)) { in IsOsAccountExists()