Home
last modified time | relevance | path

Searched refs:NotifyParam (Results 1 - 8 of 8) sorted by relevance

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/
H A Dsession_pool_test.cpp134 auto kernelTalker = std::make_shared<KernelTalker>(wmp, [](NotifyParam &param) {}, [](int32_t fd) {}); in HWTEST_F()
160 auto kernelTalker = std::make_shared<KernelTalker>(wmp, [](NotifyParam &param) {}, [](int32_t fd) {}); in HWTEST_F()
190 auto kernelTalker = std::make_shared<KernelTalker>(wmp, [](NotifyParam &param) {}, [](int32_t fd) {}); in HWTEST_F()
220 auto kernelTalker = std::make_shared<KernelTalker>(wmp, [](NotifyParam &param) {}, [](int32_t fd) {}); in HWTEST_F()
248 auto kernelTalker = std::make_shared<KernelTalker>(wmp, [](NotifyParam &param) {}, [](int32_t fd) {}); in HWTEST_F()
280 auto kernelTalker = std::make_shared<KernelTalker>(wmp, [](NotifyParam &param) {}, [](int32_t fd) {}); in HWTEST_F()
306 auto kernelTalker = std::make_shared<KernelTalker>(wmp, [](NotifyParam &param) {}, [](int32_t fd) {}); in HWTEST_F()
352 auto kernelTalker = std::make_shared<KernelTalker>(wmp, [](NotifyParam &param) {}, [](int32_t fd) {}); in HWTEST_F()
378 auto kernelTalker = std::make_shared<KernelTalker>(wmp, [](NotifyParam &param) {}, [](int32_t fd) {}); in HWTEST_F()
425 auto kernelTalker = std::make_shared<KernelTalker>(wmp, [](NotifyParam in HWTEST_F()
[all...]
H A Dkernel_talker_test.cpp58 g_talker = std::make_shared<KernelTalker>(g_wmp, [](NotifyParam &param) {}, [](int32_t fd) {}); in SetUpTestCase()
220 NotifyParam param; in HWTEST_F()
242 NotifyParam param; in HWTEST_F()
264 NotifyParam param; in HWTEST_F()
H A Dnetwork_agent_template_test.cpp295 NotifyParam param; in HWTEST_F()
316 NotifyParam param; in HWTEST_F()
H A Ddevsl_dispatcher_test.cpp146 auto kernelTalker = std::make_shared<KernelTalker>(wmp, [](NotifyParam &param) {}, [](int32_t fd) {}); in HWTEST_F()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H A Dkernel_talker.h36 struct NotifyParam { struct
45 std::function<void(NotifyParam &)> getSessionCallback, in KernelTalker()
92 void NotifyHandler(NotifyParam &param);
98 std::function<void(NotifyParam &)> GetSessionCallback_ {nullptr};
H A Dnetwork_agent_template.h51 [&](NotifyParam &param) { GetSessionProcess(param); }, in NetworkAgentTemplate()
86 void NotifyHandler(NotifyParam &param);
87 void GetSessionProcess(NotifyParam &param);
90 void GetSessionProcessInner(NotifyParam param);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dkernel_talker.cpp210 NotifyParam param; in HandleAllNotify()
215 int readSize = read(fd, &param, sizeof(NotifyParam)); in HandleAllNotify()
216 if ((readSize < (int)sizeof(NotifyParam)) || (param.notify == NOTIFY_NONE)) { in HandleAllNotify()
223 void KernelTalker::NotifyHandler(NotifyParam &param) in NotifyHandler()
H A Dnetwork_agent_template.cpp155 void NetworkAgentTemplate::GetSessionProcess(NotifyParam &param) in GetSessionProcess()
157 auto cmd = make_unique<DfsuCmd<NetworkAgentTemplate, NotifyParam>>( in GetSessionProcess()
163 void NetworkAgentTemplate::GetSessionProcessInner(NotifyParam param) in GetSessionProcessInner()

Completed in 5 milliseconds