Home
last modified time | relevance | path

Searched refs:AddFileWatcher (Results 1 - 5 of 5) sorted by relevance

/base/account/os_account/services/accountmgr/include/
H A Daccount_file_watcher_manager.h58 void AddFileWatcher(
H A Dohos_account_data_deal.h53 void AddFileWatcher(const int32_t id);
/base/account/os_account/services/accountmgr/src/
H A Dohos_account_data_deal.cpp128 void OhosAccountDataDeal::AddFileWatcher(const int32_t id) in AddFileWatcher() function in OHOS::AccountSA::OhosAccountDataDeal
131 accountFileWatcherMgr_.AddFileWatcher(id, checkCallbackFunc_, configFile); in AddFileWatcher()
166 AddFileWatcher(info.GetLocalId()); in Init()
356 AddFileWatcher(userId); in BuildJsonFileFromScratch()
H A Daccount_file_watcher_manager.cpp297 void AccountFileWatcherMgr::AddFileWatcher( in AddFileWatcher() function in OHOS::AccountSA::AccountFileWatcherMgr
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_control_file_manager.cpp214 accountFileWatcherMgr_.AddFileWatcher(id, eventCallbackFunc_, fileName); in DealWithFileDeleteEvent()
228 accountFileWatcherMgr_.AddFileWatcher(id, eventCallbackFunc_, fileName); in DealWithFileMoveEvent()
300 accountFileWatcherMgr_.AddFileWatcher(-1, eventCallbackFunc_, Constants::ACCOUNT_LIST_FILE_JSON_PATH); in FileInit()
305 accountFileWatcherMgr_.AddFileWatcher(-1, eventCallbackFunc_, Constants::ACCOUNT_INDEX_JSON_PATH); in FileInit()
310 accountFileWatcherMgr_.AddFileWatcher(-1, eventCallbackFunc_, Constants::BASE_OSACCOUNT_CONSTRAINTS_JSON_PATH); in FileInit()
315 accountFileWatcherMgr_.AddFileWatcher(-1, eventCallbackFunc_, Constants::GLOBAL_OSACCOUNT_CONSTRAINTS_JSON_PATH); in FileInit()
320 accountFileWatcherMgr_.AddFileWatcher(-1, eventCallbackFunc_, Constants::SPECIFIC_OSACCOUNT_CONSTRAINTS_JSON_PATH); in FileInit()
331 accountFileWatcherMgr_.AddFileWatcher(id, eventCallbackFunc_); in InitFileWatcherInfo()
991 accountFileWatcherMgr_.AddFileWatcher(osAccountInfo.GetLocalId(), eventCallbackFunc_); in InsertOsAccount()

Completed in 6 milliseconds