Home
last modified time | relevance | path

Searched defs:cb (Results 1 – 22 of 22) sorted by relevance

/test/xts/acts/useriam/face_auth/js_api_test/function_test/userauthpart2/entry/src/ohosTest/js/test/
DExecute.test.js393 cb: { callback:(result) => {} } property
397 cb: { callback:(result) => {} } property
401 cb: 0 property
405 cb: 0 property
409 cb: null property
445 cb: { callback:(result) => {} } property
449 cb: { callback:(result) => {} } property
453 cb: 0 property
457 cb: null property
/test/xts/acts/ai_lite/ai_engine_posix/base/src/aie_client/
DAieClientDestroyFunctionTest.cpp54 ServiceDeadCb *cb = nullptr; in TestAieClientDestroy() local
129 ServiceDeadCb *cb = nullptr; variable
DAieClientSetOptionFunctionTest.cpp63 ServiceDeadCb *cb = nullptr; in TestAieClientSetOption() local
155 ServiceDeadCb *cb = nullptr; in TestAieClientSetOptionWithoutPrepare() local
DAieClientInitFunctionTest.cpp59 ServiceDeadCb *cb = nullptr; in TestAieClientInit() local
DAieClientPrepareFunctionTest.cpp61 ServiceDeadCb *cb = nullptr; in TestAieClientPrepare() local
DAieClientReleaseFunctionTest.cpp55 ServiceDeadCb *cb = nullptr; in TestAieClientRelease() local
DAieClientAsyncProcessFunctionTest.cpp66 ServiceDeadCb *cb = nullptr; in TestAieClientAsyncProcess() local
DAieClientSyncProcessShareMemoryFunctionTest.cpp61 ServiceDeadCb *cb = nullptr; in TestAieClientSyncProcess() local
DAieClientSyncProcessFunctionTest.cpp61 ServiceDeadCb *cb = nullptr; in TestAieClientSyncProcess() local
/test/xts/acts/multimedia_lite/media_lite_posix/recorder_native/src/
DActsMediaRecorderTest.cpp74 shared_ptr<TestVideoRecorderCallback> cb = std::make_shared<TestVideoRecorderCallback> (); in HWTEST_F() local
103 shared_ptr<TestVideoRecorderCallback> cb = std::make_shared<TestVideoRecorderCallback> (); in HWTEST_F() local
130 shared_ptr<TestVideoRecorderCallback> cb = std::make_shared<TestVideoRecorderCallback> (); in HWTEST_F() local
161 shared_ptr<TestVideoRecorderCallback> cb = std::make_shared<TestVideoRecorderCallback> (); in HWTEST_F() local
194 shared_ptr<TestVideoRecorderCallback> cb = std::make_shared<TestVideoRecorderCallback> (); in HWTEST_F() local
228 shared_ptr<TestVideoRecorderCallback> cb = std::make_shared<TestVideoRecorderCallback> (); in HWTEST_F() local
264 shared_ptr<TestVideoRecorderCallback> cb = std::make_shared<TestVideoRecorderCallback> (); in HWTEST_F() local
295 shared_ptr<TestVideoRecorderCallback> cb = std::make_shared<TestVideoRecorderCallback> (); in HWTEST_F() local
328 shared_ptr<TestVideoRecorderCallback> cb = std::make_shared<TestVideoRecorderCallback> (); in HWTEST_F() local
359 shared_ptr<TestVideoRecorderCallback> cb = std::make_shared<TestVideoRecorderCallback> (); in HWTEST_F() local
[all …]
/test/xts/hats/hdf/display/composer/common/
Dhdi_test_display.cpp209 int32_t HdiTestDisplay::RegDisplayVBlankCallback(VBlankCallback cb, void* data) const in RegDisplayVBlankCallback()
/test/xts/acts/applications/print_fwk/print_xts/entry/src/main/cpp/
Dohprint.cpp167 Print_PrintDocCallback cb; in OHPrintStartPrintByNative() local
/test/xts/acts/multimedia_lite/media_lite_posix/player_native/src/
DActsMediaPlayerVideoTest.cpp154 std::shared_ptr<PlayerCallback> cb; in HWTEST_F() local
/test/xts/acts/multimedia/media/media_js_standard/avPlayerNdk/entry/src/main/cpp/
Davplayerndk.cpp1553 AVPlayerCallback cb = { &AVPlayerOnInfo, &AVPlayerOnError }; in OhAvPlayerSetPlayerCallback() local
1567 AVPlayerCallback cb = { nullptr, nullptr }; in OhAvPlayerSetPlayerCallbackAbnormalOne() local
1580 AVPlayerCallback cb = { &AVPlayerOnInfo, &AVPlayerOnError }; in OhAvPlayerSetPlayerCallbackAbnormalTwo() local
1592 AVPlayerCallback cb = { nullptr, nullptr }; in OhAvPlayerSetPlayerCallbackAbnormalThree() local
/test/xts/acts/multimedia/media/media_js_standard/screenCapture_ndk_test/entry/src/main/cpp/
DnativeAVScreenCapturendk.cpp447 …nCaptureCallback(OH_AVScreenCapture *screenCapture, std::shared_ptr<ScreenCaptureNdkTestCallback> … in SetScreenCaptureCallback()
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/
Djsvm_utils.cpp555 static JSVM_CallbackStruct cb = {MyConsoleLog, NULL}; in InstallMyConsoleLog() local
/test/xts/acts/multimedia/media/media_ndk_standard/AVPlayerNDK/entry/src/main/cpp/
Davplayer_ndk_test.cpp544 AVPlayerCallback cb = {&AVPlayerOnInfo, &AVPlayerOnError}; in OhAvPlayerSetPlayerCallback() local
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dotherstestndk.cpp721 struct __ptcb cb; in Pthreadcleanuppop() local
731 struct __ptcb cb; in Pthreadcleanuppush() local
Dstdiondk.cpp384 char cb[] = "value is %d and %d."; in Vasprintf() local
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/
Dtest_wasm.cpp660 static JSVM_CallbackStruct cb = {FakeConsoleLog, NULL}; local
/test/xts/acts/commonlibrary/ets_utils/util_lib_standard/entry/src/ohosTest/js/test/
Dutil.test.js528 const thrower = util.promiseWrapper(function(a, b, c, cb) { argument
586 const fn = util.promiseWrapper(function(cb) { argument
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
Dnapi_test.cpp2612 napi_value cb; in CallJs() local