Searched refs:CheckNotifyEventCallbackFunc (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/account/os_account/services/accountmgr/include/ |
H A D | account_file_watcher_manager.h | 32 using CheckNotifyEventCallbackFunc = std::function<bool(const std::string&, int32_t, uint32_t)>; variable 35 FileWatcher(int32_t id, const CheckNotifyEventCallbackFunc &checkCallbackFunc); 36 …FileWatcher(int32_t id, const std::string &filePath, const CheckNotifyEventCallbackFunc &checkCall… 51 CheckNotifyEventCallbackFunc eventCallbackFunc_; 59 … int32_t id, CheckNotifyEventCallbackFunc checkCallbackFunc, const std::string &filePath = "");
|
H A D | ohos_account_data_deal.h | 58 CheckNotifyEventCallbackFunc checkCallbackFunc_;
|
/ohos5.0/base/account/os_account/services/accountmgr/src/ |
H A D | account_file_watcher_manager.cpp | 306 int32_t id, CheckNotifyEventCallbackFunc checkCallbackFunc, const std::string &filePath) in AddFileWatcher() 454 FileWatcher::FileWatcher(int32_t id, const CheckNotifyEventCallbackFunc &checkCallbackFunc) in FileWatcher() 462 const CheckNotifyEventCallbackFunc &checkCallbackFunc) in FileWatcher()
|
/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/ |
H A D | os_account_control_file_manager.h | 32 using CheckNotifyEventCallbackFunc = std::function<bool(const std::string&, int32_t, uint32_t)>; variable 151 CheckNotifyEventCallbackFunc eventCallbackFunc_;
|