Home
last modified time | relevance | path

Searched refs:input_1 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/
H A Dpipeline_context_test_ng.cpp1289 auto callback_1 = [&flag](int32_t input_1, int32_t input_2) { flag = !flag; }; in __anon0f9446780b02() argument
H A Dpipeline_context_test_ng_new.cpp118 auto callback = [&flag](int32_t input_1, int32_t input_2, int32_t input_3, int32_t input_4,
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp5752 sptr<CameraInput> input_1 = (sptr<CameraInput>&)input_; variable
5753 sptr<ICameraDeviceService> deviceObj = input_1->GetCameraDevice();
6000 sptr<CameraInput> input_1 = (sptr<CameraInput>&)input_; variable
6001 sptr<ICameraDeviceService> deviceObj = input_1->GetCameraDevice();
6640 sptr<CameraInput> input_1 = (sptr<CameraInput>&)input_; variable
6641 input_1->Close();
6642 input_1->SetMetadataResultProcessor(session_->GetMetadataResultProcessor());
6644 sptr<CaptureInput> input_2 = (sptr<CaptureInput>&)input_1;