/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/test/unittest/common/ |
H A D | hisysevent_c_wrapper_test.cpp | 36 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 D | cellular_data_test.cpp | 66 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 D | sample_module.h | 33 static JSIValue TestCallback(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum); 49 JSI::SetModuleAPI(exports, "testCallback", SampleModule::TestCallback); in InitSampleModule()
|
H A D | sample_module.cpp | 30 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 D | displaysoloist-native-guidelines.md | 160 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 D | displaysync-xcomponent.md | 61 …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 D | displaysoloist-native-guidelines.md | 161 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 D | displaysync-xcomponent.md | 61 …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 D | capture_session_fuzzer.h | 31 void TestCallback(sptr<CaptureSession> session, uint8_t *rawData, size_t size);
|
H A D | capture_session_fuzzer.cpp | 80 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 D | cellular_data_code_test.cpp | 130 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 D | utils_event_test.cpp | 75 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 D | event_benchmark_test.cpp | 98 void TestCallback() in TestCallback() function 111 handler->SetCallback(&TestCallback); in SetFdAndCallback()
|
/ohos5.0/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/ |
H A D | printserviceability_fuzzer.cpp | 231 void TestCallback(const uint8_t *data, size_t size, FuzzedDataProvider *dataProvider) in TestCallback() function 845 OHOS::Print::TestCallback(data, size, &dataProvider); in LLVMFuzzerTestOneInput()
|