Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dtest_common.h89 class TestOnResultCallback : public ResultCallback {
91 explicit TestOnResultCallback(const char* testName);
92 virtual ~TestOnResultCallback() = default;
H A Dtest_common.cpp163 TestOnResultCallback::TestOnResultCallback(const char* testName) : testName_(testName) { in TestOnResultCallback() function in OHOS::CameraStandard::TestOnResultCallback
166 void TestOnResultCallback::OnResult(const uint64_t timestamp, in OnResult()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp1029 std::shared_ptr<TestOnResultCallback> setResultCallback =
1030 std::make_shared<TestOnResultCallback>("OnResultCallback");