Searched refs:CreateService (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/include/message/ |
H A D | sidecar.h | 108 Service *CreateService##ServiceName(const ServiceCfg *cfg) \ 118 #define CreateService(ServiceName, cfg) CreateService##ServiceName(cfg) macro
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/message/ |
H A D | hdf_single_node_message_test.c | 102 g_serviceA = CreateService(TestServiceA, &cfgA); in StartEnv() 110 g_serviceB = CreateService(TestServiceB, &cfgB); in StartEnv() 148 service = CreateService(TestServiceB, &cfgB); in MessageSingleNodeTest001()
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/ |
H A D | mdns_callback_observer.cpp | 161 napi_value MDnsDiscoveryObserver::CreateService(napi_env env, void *data) in CreateService() function in OHOS::NetManagerStandard::MDnsDiscoveryObserver 173 CallbackTemplate<CreateService>(work, status); in ServiceCallback()
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/include/ |
H A D | mdns_callback_observer.h | 79 static napi_value CreateService(napi_env env, void *data);
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/p2p/ |
H A D | p2p.c | 389 g_p2pService = CreateService(P2PService, &cfg); in P2pInit()
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/softap/ |
H A D | ap.c | 542 g_apService = CreateService(APService, &cfg); in ApInit()
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/sta/ |
H A D | sta.c | 643 g_staService = CreateService(STAService, &cfg); in StaInit()
|
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/ |
H A D | wifi_base.c | 1793 g_baseService = CreateService(BaseService, &cfg); in BaseInit()
|