Home
last modified time | relevance | path

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 Dsidecar.h108 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 Dhdf_single_node_message_test.c102 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 Dmdns_callback_observer.cpp161 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 Dmdns_callback_observer.h79 static napi_value CreateService(napi_env env, void *data);
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/p2p/
H A Dp2p.c389 g_p2pService = CreateService(P2PService, &cfg); in P2pInit()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/softap/
H A Dap.c542 g_apService = CreateService(APService, &cfg); in ApInit()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/components/sta/
H A Dsta.c643 g_staService = CreateService(STAService, &cfg); in StaInit()
/ohos5.0/drivers/hdf_core/framework/model/network/wifi/core/module/
H A Dwifi_base.c1793 g_baseService = CreateService(BaseService, &cfg); in BaseInit()