Home
last modified time | relevance | path

Searched refs:HdfIoserviceGetListenerCount (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/test/fuzztest/syscall_fuzzer/syscall_fuzzer/
H A Dsyscall_fuzzer.cpp45 HdfIoserviceGetListenerCount(serv); in SyscallFuzzTest()
/ohos5.0/drivers/hdf_core/interfaces/inner_api/core/
H A Dhdf_io_service_if.h282 int HdfIoserviceGetListenerCount(const struct HdfIoService *service);
/ohos5.0/drivers/hdf_core/framework/core/shared/src/
H A Dsvcmgr_ioservice.c89 if (HdfIoserviceGetListenerCount(svcmgrInst->iosvc) == 0) { in SvcMgrIoserviceUnRegSvcStatListener()
/ohos5.0/drivers/peripheral/wlan/client/src/sbuf/
H A Dsbuf_cmd_adapter.c219 if (HdfIoserviceGetListenerCount(wifiService) != 0) { in WifiDriverClientDeinit()
/ohos5.0/drivers/hdf_core/framework/core/adapter/syscall/src/
H A Dhdf_syscall_adapter.c1152 int HdfIoserviceGetListenerCount(const struct HdfIoService *service) in HdfIoserviceGetListenerCount() function