Home
last modified time | relevance | path

Searched refs:hostCallback (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/drivers/peripheral/camera/test/fuzztest/common/src/
H A Dcommon.cpp90 hostCallback = new TestCameraHostCallback(); in Init()
91 service->SetCallback(hostCallback); in Init()
117 hostCallback = new TestCameraHostCallback(); in InitV1_2()
118 service->SetCallback(hostCallback); in InitV1_2()
146 hostCallback = new TestCameraHostCallback(); in InitV1_3()
147 serviceV1_3->SetCallback(hostCallback); in InitV1_3()
/ohos5.0/drivers/peripheral/camera/test/mpi/src/
H A Dcommon.cpp190 hostCallback = std::make_shared<HdiHostCallback>(this); in Init()
201 hostCallback = new HdiHostCallback(this); in Init()
203 service->SetCallback(hostCallback); in Init()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/
H A Dfms_form_share_mgr_test.cpp537 …auto hostCallback = [&testFlag](const int64_t requestCode, const int32_t result) { testFlag = true… in __anoncd98206a0202() variable
541 EXPECT_CALL(*mockHost, OnShareFormResponse(_, _)).Times(1).WillOnce(Invoke(hostCallback));
578 EXPECT_CALL(*mockHost, OnShareFormResponse(_, _)).Times(1).WillOnce(Invoke(hostCallback));
618 EXPECT_CALL(*mockHost, OnShareFormResponse(_, _)).Times(1).WillOnce(Invoke(hostCallback));
3560 auto hostCallback = [&testFlag](const int64_t requestCode, const int32_t result) { in __anoncd98206a0502() variable
3567 EXPECT_CALL(*mockHost, OnShareFormResponse(_, _)).Times(1).WillOnce(Invoke(hostCallback));
3591 auto hostCallback = [&testFlag](const int64_t requestCode, const int32_t result) { in __anoncd98206a0602() variable
3598 EXPECT_CALL(*mockHost, OnShareFormResponse(_, _)).Times(1).WillOnce(Invoke(hostCallback));
3634 auto hostCallback = [&testFlag](const int64_t requestCode, const int32_t result) { in __anoncd98206a0702() variable
3641 EXPECT_CALL(*mockHost, OnShareFormResponse(_, _)).Times(1).WillOnce(Invoke(hostCallback));
[all …]
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_0/src/
H A Dbenchmark_common.cpp81 hostCallback = new TestCameraHostCallback(); in Init()
82 service->SetCallback(hostCallback); in Init()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_0/src/
H A Dut_common.cpp81 hostCallback = new TestCameraHostCallback(); in Init()
82 service->SetCallback(hostCallback); in Init()
/ohos5.0/drivers/peripheral/camera/test/mpi/include/
H A Dcommon.h77 OHOS::sptr<CameraHostCallback> hostCallback = nullptr; variable
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_0/include/
H A Dut_common.h72 OHOS::sptr<ICameraHostCallback> hostCallback = nullptr; variable
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_1/src/
H A Dbenchmark_common.cpp92 hostCallback = new TestCameraHostCallback(); in Init()
93 service->SetCallback(hostCallback); in Init()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_1/src/
H A Dhdi_common_v1_1.cpp85 hostCallback = new TestCameraHostCallback(); in Init()
86 ret = service->SetCallback(hostCallback); in Init()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_1/include/
H A Dhdi_common_v1_1.h92 OHOS::sptr<ICameraHostCallback> hostCallback = nullptr; variable
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_2/src/
H A Dbenchmark_common.cpp92 hostCallback = new TestCameraHostCallback(); in Init()
93 service->SetCallback(hostCallback); in Init()
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_3/src/
H A Dbenchmark_common.cpp85 hostCallback = new TestCameraHostCallback(); in Init()
86 ret = serviceV1_3->SetCallback(hostCallback); in Init()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/src/
H A Dhdi_common_v1_2.cpp87 hostCallback = new TestCameraHostCallback(); in Init()
88 ret = service->SetCallback(hostCallback); in Init()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/src/
H A Dhdi_common_v1_3.cpp85 hostCallback = new TestCameraHostCallback(); in Init()
86 ret = serviceV1_3->SetCallback(hostCallback); in Init()
/ohos5.0/drivers/peripheral/camera/test/fuzztest/common/include/
H A Dcommon.h127 OHOS::sptr<ICameraHostCallback> hostCallback = nullptr; variable
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/include/
H A Dhdi_common_v1_2.h121 OHOS::sptr<ICameraHostCallback> hostCallback = nullptr; variable
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/include/
H A Dhdi_common_v1_3.h109 OHOS::sptr<ICameraHostCallback> hostCallback = nullptr; variable