Searched refs:AddFileWatcher (Results 1 - 5 of 5) sorted by relevance
/base/account/os_account/services/accountmgr/include/ |
H A D | account_file_watcher_manager.h | 58 void AddFileWatcher(
|
H A D | ohos_account_data_deal.h | 53 void AddFileWatcher(const int32_t id);
|
/base/account/os_account/services/accountmgr/src/ |
H A D | ohos_account_data_deal.cpp | 128 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 D | account_file_watcher_manager.cpp | 297 void AccountFileWatcherMgr::AddFileWatcher( in AddFileWatcher() function in OHOS::AccountSA::AccountFileWatcherMgr
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_control_file_manager.cpp | 214 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