| /base/account/os_account/services/accountmgr/test/unittest/common/account_file_operator_test/ |
| D | account_file_operator_test.cpp | 103 …EXPECT_EQ(osAccountFileOperator_.InputFileByPathAndContent(TEST_DIR_1 + "/" + TEST_FILE_1, "file")… 119 …EXPECT_EQ(osAccountFileOperator_.InputFileByPathAndContent(TEST_DIR_2 + "/" + TEST_FILE_1, "file")…
|
| /base/security/dlp_permission_service/services/dlp_permission/sa/adapt/ |
| D | file_operator.h | 29 int32_t InputFileByPathAndContent(const std::string& path, const std::string& content);
|
| D | retention_file_manager.cpp | 83 if (fileOperator_->InputFileByPathAndContent(DLP_RETENTION_JSON_PATH, "") != DLP_OK) { in Init() 102 if (fileOperator_->InputFileByPathAndContent(DLP_RETENTION_JSON_PATH, jsonStr) != DLP_OK) { in UpdateFile()
|
| D | visit_record_file_manager.cpp | 76 if (fileOperator_->InputFileByPathAndContent(DLP_VISIT_RECORD_JSON_PATH, jsonStr) != DLP_OK) { in UpdateFile()
|
| D | file_operator.cpp | 41 int32_t FileOperator::InputFileByPathAndContent(const std::string& path, const std::string& content) in InputFileByPathAndContent() function in OHOS::Security::DlpPermission::FileOperator
|
| /base/account/os_account/frameworks/common/test/unittest/common_account_test/ |
| D | account_file_operator_test.cpp | 62 EXPECT_NE(accountFileOperator_->InputFileByPathAndContent("/test1", "test"), ERR_OK);
|
| /base/account/os_account/frameworks/common/file_operator/include/ |
| D | account_file_operator.h | 33 ErrCode InputFileByPathAndContent(const std::string &path, const std::string &content);
|
| /base/account/os_account/frameworks/common/file_operator/src/ |
| D | account_file_operator.cpp | 74 ErrCode AccountFileOperator::InputFileByPathAndContent(const std::string &path, const std::string &… in InputFileByPathAndContent() function in OHOS::AccountSA::AccountFileOperator
|
| /base/account/os_account/services/accountmgr/src/osaccount/ |
| D | os_account_control_file_manager.cpp | 598 ErrCode result = accountFileOperator_->InputFileByPathAndContent(path, accountInfoStr); in InsertOsAccount() 649 ErrCode result = accountFileOperator_->InputFileByPathAndContent(path, accountInfoStr); in UpdateOsAccount() 948 …accountFileOperator_->InputFileByPathAndContent(Constants::ACCOUNT_LIST_FILE_JSON_PATH, accountLis… in SaveAccountListToFile() 960 ErrCode result = accountFileOperator_->InputFileByPathAndContent( in SaveBaseOAConstraintsToFile() 973 ErrCode result = accountFileOperator_->InputFileByPathAndContent( in SaveGlobalOAConstraintsToFile() 986 ErrCode result = accountFileOperator_->InputFileByPathAndContent( in SaveSpecificOAConstraintsToFile() 1123 ErrCode errCode = accountFileOperator_->InputFileByPathAndContent(path, bytePhoto); in SetPhotoById()
|
| /base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/ |
| D | dlp_permission_service_test.cpp | 345 int32_t res = fileOperator_->InputFileByPathAndContent(TEST_URI, content);
|
| /base/account/os_account/services/accountmgr/test/moduletest/os_account/ |
| D | os_account_manager_service_module_test.cpp | 313 …g_accountFileOperator->InputFileByPathAndContent(Constants::ACCOUNT_LIST_FILE_JSON_PATH, fileConte…
|
| /base/account/os_account/frameworks/osaccount/native/test/moduletest/ |
| D | os_account_manager_module_test.cpp | 386 …g_accountFileOperator->InputFileByPathAndContent(Constants::ACCOUNT_LIST_FILE_JSON_PATH, fileConte…
|