Home
last modified time | relevance | path

Searched refs:SERVICE_POLICY_CAPACITY (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/common/src/
H A Dhdf_device_node_ext.c42 if (devNode->policy == SERVICE_POLICY_CAPACITY) { in DeviceNodeExtDispatch()
68 if (devNode->policy == SERVICE_POLICY_CAPACITY) { in DeviceNodeExtPublishService()
98 if (devNode->policy == SERVICE_POLICY_CAPACITY) { in DeviceNodeExtRemoveService()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/manager/src/
H A Ddevmgr_query_device.c51 …if ((deviceInfo->policy == SERVICE_POLICY_CAPACITY || deviceInfo->policy == SERVICE_POLICY_PUBLIC)… in DevFillQueryDeviceInfo()
/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Dhdf_device_node.c54 if (devNode->policy == SERVICE_POLICY_PUBLIC || devNode->policy == SERVICE_POLICY_CAPACITY) { in HdfDeviceNodePublishService()
74 if (devNode->policy == SERVICE_POLICY_PUBLIC || devNode->policy == SERVICE_POLICY_CAPACITY) { in DeviceDriverBind()
/ohos5.0/drivers/hdf_core/interfaces/inner_api/host/shared/
H A Dhdf_device_desc.h62 SERVICE_POLICY_CAPACITY, enumerator
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/src/
H A Ddevice_service_stub.c78 if (service->policy != SERVICE_POLICY_PUBLIC && service->policy != SERVICE_POLICY_CAPACITY) { in DeviceServiceStubPublishService()
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/sample_driver/
H A Dsample_hdi_service.cpp80 if (HdfDeviceObjectPublishService(dev, servName, SERVICE_POLICY_CAPACITY, 0) != HDF_SUCCESS) { in SampleServiceRegisterDevice()
/ohos5.0/drivers/hdf_core/framework/test/unittest/manager/
H A Dsample_driver_test.c101 ret = HdfDeviceObjectPublishService(devObj, serviceName, SERVICE_POLICY_CAPACITY, in SampleDriverRegisterDevice()
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-hdf-manage.md73 SERVICE_POLICY_CAPACITY = 2,
726 1. 将驱动配置信息中服务策略policy字段设置为2(SERVICE_POLICY_CAPACITY,[policy定义](#驱动服务管理))。
/ohos5.0/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_input_device_manager.c71 …ret = HdfDeviceObjectPublishService(hdfDev, svcName, SERVICE_POLICY_CAPACITY, 0664); // 0664:permi… in HidRegisterHdfDevice()
/ohos5.0/docs/zh-cn/contribute/
H A DOpenHarmony-hdf-coding-guide.md208 SERVICE_POLICY_CAPACITY = 2,
/ohos5.0/drivers/hdf_core/adapter/uhdf2/host/test/unittest/
H A Ddevhost_test.cpp254 devNode->policy = SERVICE_POLICY_CAPACITY;
/ohos5.0/drivers/hdf_core/framework/core/adapter/vnode/src/
H A Dhdf_vnode_adapter.c805 if (deviceNode->policy != SERVICE_POLICY_CAPACITY) { in HdfDeviceSendEvent()
/ohos5.0/drivers/hdf_core/framework/model/usb/src/
H A Dusb_ddk_pnp_loader.c157 devNode->policy = SERVICE_POLICY_CAPACITY; in UsbPnpManagerRegisterDevice()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/usb/host/src/
H A Dusb_pnp_notify.c835 ret = HdfDeviceObjectPublishService(devObj, serviceName, SERVICE_POLICY_CAPACITY, in UsbPnpNotifyDriverRegisterDevice()
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-hdf-manage.md79 SERVICE_POLICY_CAPACITY = 2,
743 …policy** field in the driver configuration information to **2** (SERVICE_POLICY_CAPACITY). For det…
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-hdf-coding-guide.md208 SERVICE_POLICY_CAPACITY = 2,