Home
last modified time | relevance | path

Searched defs:option (Results 1 – 25 of 105) sorted by relevance

12345

/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_proxy/
Ddisplay_device_proxy.cpp101 MessageOption option; in RegHotPlugCallback() local
127 MessageOption option; in RegDisplayVBlankCallback() local
155 MessageOption option; in RegDisplayRefreshCallback() local
180 MessageOption option; in GetDisplayCapability() local
208 MessageOption option; in GetDisplaySupportedModes() local
242 MessageOption option; in GetDisplayMode() local
267 MessageOption option; in SetDisplayMode() local
295 MessageOption option; in GetDisplayPowerStatus() local
319 MessageOption option; in SetDisplayPowerStatus() local
348 MessageOption option; in GetDisplayBacklight() local
[all …]
/drivers/external_device_manager/services/zidl/src/
Ddriver_ext_mgr_stub.cpp24 …b::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
50 …t DriverExtMgrStub::OnQueryDevice(MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnQueryDevice()
85 …_t DriverExtMgrStub::OnBindDevice(MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnBindDevice()
114 … DriverExtMgrStub::OnUnBindDevice(MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnUnBindDevice()
131 … DriverExtMgrStub::OnCreateDevice(MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnCreateDevice()
160 …2_t DriverExtMgrStub::OnEmitEvent(MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnEmitEvent()
178 …DriverExtMgrStub::OnDestroyDevice(MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnDestroyDevice()
Ddriver_ext_mgr_callback_stub.cpp22 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
42 …ExtMgrCallbackStub::StubOnConnect(MessageParcel &data, MessageParcel &reply, MessageOption &option) in StubOnConnect()
69 …MgrCallbackStub::StubOnDisconnect(MessageParcel &data, MessageParcel &reply, MessageOption &option) in StubOnDisconnect()
89 …rExtMgrCallbackStub::StubOnUnBind(MessageParcel &data, MessageParcel &reply, MessageOption &option) in StubOnUnBind()
Ddriver_ext_mgr_proxy.cpp35 MessageOption option; in QueryDevice() local
87 MessageOption option; in BindDevice() local
124 MessageOption option; in UnBindDevice() local
156 MessageOption option; in CreateDevice() local
197 MessageOption option; in EmitEvent() local
228 MessageOption option; in DestroyDevice() local
Ddriver_ext_mgr_callback_proxy.cpp31 MessageOption option(MessageOption::TF_ASYNC); in OnConnect() local
72 MessageOption option(MessageOption::TF_ASYNC); in OnDisconnect() local
108 MessageOption option(MessageOption::TF_ASYNC); in OnUnBind() local
/drivers/peripheral/display/hdi_service/device/src/server/
Ddisplay_device_callback_proxy.cpp23 OHOS::MessageOption option; in OnHotplugIn() local
39 OHOS::MessageOption option; in OnVBlankCallback() local
55 OHOS::MessageOption option; in OnRefreshCallback() local
/drivers/hdf_core/adapter/uhdf2/hdi/test/servmgr/
Dservice_manager_hdi_test.cpp110 OHOS::MessageOption option; variable
120 …t code, OHOS::MessageParcel &data, OHOS::MessageParcel &reply, OHOS::MessageOption &option) overri… in OnRemoteRequest()
150 OHOS::MessageOption option; variable
171 OHOS::MessageOption option; variable
200 OHOS::MessageOption option; variable
235 OHOS::MessageOption option; variable
395 OHOS::MessageOption option; in TestSampleService() local
519 OHOS::MessageOption option; variable
557 OHOS::MessageOption option; variable
597 OHOS::MessageOption option; variable
[all …]
/drivers/hdf_core/adapter/uhdf2/hdi/src/
Diservmgr_client.cpp78 MessageOption option; in RegisterServiceStatusListener() local
99 MessageOption option; in UnregisterServiceStatusListener() local
124 MessageOption option; in GetService() local
161 MessageOption option; in ListAllService() local
189 MessageOption option; in ListServiceByInterfaceDesc() local
Dservstat_listener_stub.cpp27 … uint32_t code, OHOS::MessageParcel &data, OHOS::MessageParcel &reply, OHOS::MessageOption &option) in OnRemoteRequest()
37 MessageParcel &data, MessageParcel &reply, MessageOption &option) in ServStatListenerStubOnReceive()
Didevmgr_client.cpp61 MessageOption option; in LoadDevice() local
83 MessageOption option; in UnloadDevice() local
158 MessageOption option; in ListAllDevice() local
/drivers/peripheral/display/hdi_service/gralloc/server/
Dallocator_service_stub.cpp30 …rviceStub::AllocaltorStubAllocMem(MessageParcel &data, MessageParcel &reply, MessageOption &option) in AllocaltorStubAllocMem()
67 uint32_t cmdId, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
/drivers/hdf_core/framework/tools/hc-gen/src/
Dmain.cpp21 auto option = Option::Instance().Parse(argc, argv); in main() local
Doption.cpp26 static Option option; in Instance() local
141 void Option::ShowOption(const ::std::string &option, const ::std::string &helpInfo) in ShowOption()
/drivers/peripheral/display/hdi_service/device/src/proxy/display_device_callback/
Ddisplay_device_callback_stub.cpp19 … uint32_t code, OHOS::MessageParcel &data, OHOS::MessageParcel &reply, OHOS::MessageOption &option) in OnRemoteRequest()
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/querydevice_fuzzer/
Dquerydevice_fuzzer.cpp33 OHOS::MessageOption option; in QueryDeviceFuzzTest() local
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/emitevent_fuzzer/
Demitevent_fuzzer.cpp33 OHOS::MessageOption option; in EmitEventFuzzTest() local
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/unbinddevice_fuzzer/
Dunbinddevice_fuzzer.cpp33 OHOS::MessageOption option; in UnBindDeviceFuzzTest() local
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/createdevice_fuzzer/
Dcreatedevice_fuzzer.cpp33 OHOS::MessageOption option; in CreateDeviceFuzzTest() local
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/destroydevice_fuzzer/
Ddestroydevice_fuzzer.cpp33 OHOS::MessageOption option; in DestroyDeviceFuzzTest() local
/drivers/external_device_manager/test/fuzztest/driver_extension_manager_fuzzer/binddevice_fuzzer/
Dbinddevice_fuzzer.cpp33 OHOS::MessageOption option; in BindDeviceFuzzTest() local
/drivers/peripheral/camera/test/fuzztest/stream_operator/
Dstream_operator_fuzzer.cpp35 MessageOption option; in CameraStreamOperatorFuzzTest() local
/drivers/peripheral/camera/test/fuzztest/offline_stream_operator/
Doffline_stream_operator_fuzzer.cpp35 MessageOption option; in CameraOfflineStreamOperatorFuzzTest() local
/drivers/peripheral/sensor/interfaces/v1_0/
Disensor_callback_vdi.h34 uint32_t option; member
/drivers/peripheral/thermal/test/fuzztest/thermalhdistub_fuzzer/
Dthermalhdistub_fuzz.cpp55 MessageOption option; in ThermalStubFuzzTest() local
/drivers/peripheral/codec/test/fuzztest/hdi_fuzzer/codechdi_fuzzer/
Dcodec_fuzzer.cpp55 MessageOption option; in DoSomethingInterestingWithMyAPI() local

12345