Home
last modified time | relevance | path

Searched refs:CheckNotifyEventCallbackFunc (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/include/
H A Daccount_file_watcher_manager.h32 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 Dohos_account_data_deal.h58 CheckNotifyEventCallbackFunc checkCallbackFunc_;
/ohos5.0/base/account/os_account/services/accountmgr/src/
H A Daccount_file_watcher_manager.cpp306 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 Dos_account_control_file_manager.h32 using CheckNotifyEventCallbackFunc = std::function<bool(const std::string&, int32_t, uint32_t)>; variable
151 CheckNotifyEventCallbackFunc eventCallbackFunc_;