Home
last modified time | relevance | path

Searched refs:notifyType (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/camera/test/benchmarktest/v1_2/src/
H A Dcamera_benchmark_test.cpp53 int notifyType = 1; in BENCHMARK_F() local
56 cameraTest->rc = cameraTest->serviceV1_2->NotifyDeviceStateChangeInfo(notifyType, deviceState); in BENCHMARK_F()
/drivers/peripheral/camera/test/hdi/v1_2/src/
H A Dcamera_hdi_uttest_v1_2.cpp351 * @tc.desc: notifyType fallingState deviceState fallingState
357 int32_t notifyType = 1; in HWTEST_F() local
359 cameraTest->rc = cameraTest->serviceV1_2->NotifyDeviceStateChangeInfo(notifyType, deviceState); in HWTEST_F()
365 * @tc.desc: notifyType foldState deviceState unknown
371 int32_t notifyType = 2; in HWTEST_F() local
373 cameraTest->rc = cameraTest->serviceV1_2->NotifyDeviceStateChangeInfo(notifyType, deviceState); in HWTEST_F()
379 * @tc.desc: notifyType foldState deviceState expand
385 int32_t notifyType = 2; in HWTEST_F() local
387 cameraTest->rc = cameraTest->serviceV1_2->NotifyDeviceStateChangeInfo(notifyType, deviceState); in HWTEST_F()
393 * @tc.desc: notifyType foldStat
399 int32_t notifyType = 2; HWTEST_F() local
413 int32_t notifyType = 2; HWTEST_F() local
427 int32_t notifyType = 2; HWTEST_F() local
[all...]
/drivers/peripheral/distributed_camera/hdi_service/include/dcamera_host/
H A Ddcamera_host.h66 int32_t NotifyDeviceStateChangeInfo(int notifyType, int deviceState) override;
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_host/
H A Ddcamera_host.cpp230 int32_t DCameraHost::NotifyDeviceStateChangeInfo(int notifyType, int deviceState) in NotifyDeviceStateChangeInfo() argument
232 (void)notifyType; in NotifyDeviceStateChangeInfo()
/drivers/hdf_core/framework/include/net/
H A Dnet_device.h419 uint32_t notifyType; /**< Notification type (reserved) */ member

Completed in 5 milliseconds