Searched refs:AddFileWatcher (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/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 | 305 void AccountFileWatcherMgr::AddFileWatcher( in AddFileWatcher() function in OHOS::AccountSA::AccountFileWatcherMgr
|
/ohos5.0/base/account/os_account/services/accountmgr/include/ |
H A D | ohos_account_data_deal.h | 53 void AddFileWatcher(const int32_t id);
|
H A D | account_file_watcher_manager.h | 58 void AddFileWatcher(
|
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/ |
H A D | os_account_control_file_manager.cpp | 203 accountFileWatcherMgr_.AddFileWatcher(id, eventCallbackFunc_, fileName); in DealWithFileDeleteEvent() 217 accountFileWatcherMgr_.AddFileWatcher(id, eventCallbackFunc_, fileName); in DealWithFileMoveEvent() 282 …accountFileWatcherMgr_.AddFileWatcher(-1, eventCallbackFunc_, Constants::ACCOUNT_LIST_FILE_JSON_PA… in FileInit() 287 … accountFileWatcherMgr_.AddFileWatcher(-1, eventCallbackFunc_, Constants::ACCOUNT_INDEX_JSON_PATH); in FileInit() 292 …accountFileWatcherMgr_.AddFileWatcher(-1, eventCallbackFunc_, Constants::BASE_OSACCOUNT_CONSTRAINT… in FileInit() 297 …accountFileWatcherMgr_.AddFileWatcher(-1, eventCallbackFunc_, Constants::GLOBAL_OSACCOUNT_CONSTRAI… in FileInit() 302 …accountFileWatcherMgr_.AddFileWatcher(-1, eventCallbackFunc_, Constants::SPECIFIC_OSACCOUNT_CONSTR… in FileInit() 313 accountFileWatcherMgr_.AddFileWatcher(id, eventCallbackFunc_); in InitFileWatcherInfo() 998 accountFileWatcherMgr_.AddFileWatcher(osAccountInfo.GetLocalId(), eventCallbackFunc_); in InsertOsAccount()
|
/ohos5.0/base/account/os_account/services/accountmgr/ |
H A D | libaccountmgr.map | 346 …"OHOS::AccountSA::AccountFileWatcherMgr::AddFileWatcher(int, std::__h::function<bool (std::__h::ba…
|