Home
last modified time | relevance | path

Searched refs:StartService (Results 1 – 18 of 18) sorted by relevance

/drivers/hdf_core/adapter/uhdf2/manager/
Ddevice_manager.c35 if (instance->StartService != NULL) { in main()
36 status = instance->StartService(instance); in main()
/drivers/hdf_core/framework/core/manager/src/
Dhdf_driver_installer.c21 if ((hostServiceIf == NULL) || (hostServiceIf->StartService == NULL)) { in DriverInstallerStartDeviceHost()
25 ret = hostServiceIf->StartService(hostServiceIf); in DriverInstallerStartDeviceHost()
Ddevsvc_manager_ext.c176 inst->super.super.StartService = DevSvcManagerExtStart; in DevSvcManagerExtConstruct()
Ddevsvc_manager.c389 if (svcmgr->StartService == NULL) { in DevSvcManagerStartService()
393 ret = svcmgr->StartService(svcmgr); in DevSvcManagerStartService()
Ddevmgr_service.c459 devMgrSvcIf->StartService = DevmgrServiceStartService; in DevmgrServiceConstruct()
/drivers/hdf_core/adapter/khdf/uniproton/core/common/src/
Ddevmgr_service_start.c91 if (instance == NULL || instance->StartService == NULL) { in DeviceManagerStart()
96 int ret = instance->StartService(instance); in DeviceManagerStart()
/drivers/hdf_core/adapter/khdf/liteos_m/core/common/src/
Ddevmgr_service_start.c132 if (instance == NULL || instance->StartService == NULL) { in DeviceManagerStart()
136 int ret = instance->StartService(instance); in DeviceManagerStart()
/drivers/hdf_core/framework/core/shared/include/
Ddevhost_service_if.h21 int (*StartService)(struct IDevHostService *hostService); member
Ddevmgr_service_if.h28 int (*StartService)(struct IDevmgrService *); member
Ddevsvc_manager_if.h19 int (*StartService)(struct IDevSvcManager *); member
/drivers/hdf_core/framework/core/common/src/
Ddevmgr_service_start.c123 if (instance == NULL || instance->StartService == NULL) { in DeviceManagerStart()
135 ret = instance->StartService(instance); in DeviceManagerStart()
/drivers/hdf_core/adapter/uhdf2/host/
Ddevhost.c143 if (instance == NULL || instance->StartService == NULL) { in main()
149 int status = instance->StartService(instance); in main()
/drivers/hdf_core/adapter/uhdf2/host/src/
Ddevhost_service_full.c209 hostServiceIf->StartService = DevHostServiceFullStartService; in DevHostServiceFullConstruct()
Ddevmgr_service_proxy.c141 pvtbl->StartService = NULL; in DevmgrServiceProxyConstruct()
/drivers/hdf_core/framework/core/host/src/
Ddevhost_service.c225 hostServiceIf->StartService = DevHostServiceStartService; in DevHostServiceConstruct()
/drivers/hdf_core/adapter/uhdf2/manager/src/
Ddevmgr_service_stub.c300 pvtbl->StartService = DevmgrServiceStubStartService; in DevmgrServiceStubConstruct()
Ddevsvc_manager_stub.c620 inst->super.super.StartService = DevSvcManagerStubStart; in DevSvcManagerStubConstruct()
/drivers/hdf_core/adapter/uhdf2/host/test/unittest/
Ddevhost_test.cpp154 hostService->StartService(nullptr);