Home
last modified time | relevance | path

Searched refs:TestCallback (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/
H A Dhisysevent_c_wrapper_test.cpp36 void TestCallback() in TestCallback() function
155 …SysEventRustWatcherC* watcher = CreateRustEventWatcher(reinterpret_cast<const void*>(TestCallback),
156 … TestOnEventWrapperCb, reinterpret_cast<const void*>(TestCallback), TestOnServiceDiedWrapperCb);
206 …SysEventRustQuerierC* querier = CreateRustEventQuerier(reinterpret_cast<const void*>(TestCallback),
207 TestOnQueryWrapperCb, reinterpret_cast<const void*>(TestCallback), TestOnCompleteWrapperCb);
238 querier = CreateRustEventQuerier(reinterpret_cast<const void*>(TestCallback),
239 TestOnQueryWrapperCb, reinterpret_cast<const void*>(TestCallback), TestOnCompleteWrapperCb);
259 watcher = CreateRustEventWatcher(reinterpret_cast<const void*>(TestCallback),
260 … TestOnEventWrapperCb, reinterpret_cast<const void*>(TestCallback), TestOnServiceDiedWrapperCb);
289 …SysEventRustQuerierC* querier = CreateRustEventQuerier(reinterpret_cast<const void*>(TestCallback),
[all …]
/ohos5.0/base/telephony/cellular_data/test/
H A Dcellular_data_test.cpp66 class TestCallback : public NetManagerStandard::NetConnCallbackStub { class
830 sptr<INetConnCallback> callback = new (std::nothrow) TestCallback();
878 sptr<INetConnCallback> callback = new (std::nothrow) TestCallback();
1255 sptr<INetConnCallback> callback = new (std::nothrow) TestCallback();
1303 sptr<INetConnCallback> callback = new (std::nothrow) TestCallback();
1351 sptr<INetConnCallback> callback = new (std::nothrow) TestCallback();
1399 sptr<INetConnCallback> callback = new (std::nothrow) TestCallback();
1447 sptr<INetConnCallback> callback = new (std::nothrow) TestCallback();
1466 auto iaCallback = static_cast<TestCallback *>(callback.GetRefPtr());
1495 sptr<INetConnCallback> callback = new (std::nothrow) TestCallback();
[all …]
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Dsample_module.h33 static JSIValue TestCallback(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
49 JSI::SetModuleAPI(exports, "testCallback", SampleModule::TestCallback); in InitSampleModule()
H A Dsample_module.cpp30 JSIValue SampleModule::TestCallback(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in TestCallback() function in OHOS::ACELite::SampleModule
/ohos5.0/docs/zh-cn/application-dev/graphics/
H A Ddisplaysoloist-native-guidelines.md160 static void TestCallback(long long timestamp, long long targetTimestamp, void *data)
167 SAMPLE_LOGE("TestCallback: component is null");
173 SAMPLE_LOGE("TestCallback: Unable to get XComponent id");
262 OH_DisplaySoloist_Start(nativeDisplaySoloist, TestCallback, nativeXComponent);
H A Ddisplaysync-xcomponent.md61 …static void TestCallback(OH_NativeXComponent *component, uint64_t timestamp, uint64_t targetTimest…
90 … OH_NativeXComponent_RegisterOnFrameCallback(nativeXComponent, TestCallback); // 注册回调函数,并使能每帧回调
/ohos5.0/docs/en/application-dev/graphics/
H A Ddisplaysoloist-native-guidelines.md161 static void TestCallback(long long timestamp, long long targetTimestamp, void *data)
168 SAMPLE_LOGE("TestCallback: component is null");
174 SAMPLE_LOGE("TestCallback: Unable to get XComponent id");
263 OH_DisplaySoloist_Start(nativeDisplaySoloist, TestCallback, nativeXComponent);
H A Ddisplaysync-xcomponent.md61 …static void TestCallback(OH_NativeXComponent *component, uint64_t timestamp, uint64_t targetTimest…
90 …OH_NativeXComponent_RegisterOnFrameCallback(nativeXComponent, TestCallback); // Register the callb…
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H A Dcapture_session_fuzzer.h31 void TestCallback(sptr<CaptureSession> session, uint8_t *rawData, size_t size);
H A Dcapture_session_fuzzer.cpp80 TestCallback(session, rawData, size); in Test()
226 void TestCallback(sptr<CaptureSession> session, uint8_t *rawData, size_t size) in TestCallback() function
/ohos5.0/base/telephony/cellular_data/test/unit_test/
H A Dcellular_data_code_test.cpp130 class TestCallback : public NetManagerStandard::NetConnCallbackStub { class
405 g_callback = new (std::nothrow) TestCallback(); in AcquireMmsNetwork()
/ohos5.0/commonlibrary/c_utils/base/test/unittest/common/
H A Dutils_event_test.cpp75 void TestCallback() {} in TestCallback() function
94 handler->SetCallback(&TestCallback);
137 handler->SetCallback(&TestCallback);
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/event_benchmark_test/
H A Devent_benchmark_test.cpp98 void TestCallback() in TestCallback() function
111 handler->SetCallback(&TestCallback); in SetFdAndCallback()
/ohos5.0/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/
H A Dprintserviceability_fuzzer.cpp231 void TestCallback(const uint8_t *data, size_t size, FuzzedDataProvider *dataProvider) in TestCallback() function
845 OHOS::Print::TestCallback(data, size, &dataProvider); in LLVMFuzzerTestOneInput()