Home
last modified time | relevance | path

Searched refs:callbackId (Results 1 - 6 of 6) sorted by relevance

/test/xts/acts/telephony/networkmanager/ndk/networkndk/entry/src/main/cpp/
H A Dnet_connection_ndk_test.cpp342 uint32_t callbackId; in OHNetConnRegisterNetConnCallback() local
343 ret = OH_NetConn_RegisterNetConnCallback(nullptr, &netConnCallback, 0, &callbackId); in OHNetConnRegisterNetConnCallback()
346 uint32_t callbackId; in OHNetConnRegisterNetConnCallback() local
347 ret = OH_NetConn_RegisterNetConnCallback(&specifier, nullptr, 0, &callbackId); in OHNetConnRegisterNetConnCallback()
355 uint32_t callbackId; in OHNetConnRegisterNetConnCallback() local
359 ret = OH_NetConn_RegisterNetConnCallback(&specifier, &netConnCallback, 0, &callbackId); in OHNetConnRegisterNetConnCallback()
360 OH_NetConn_UnregisterNetConnCallback(callbackId); in OHNetConnRegisterNetConnCallback()
364 uint32_t callbackId; in OHNetConnRegisterNetConnCallback() local
367 ret = OH_NetConn_RegisterNetConnCallback(&specifier, &netConnCallback, 0, &callbackId); in OHNetConnRegisterNetConnCallback()
368 OH_NetConn_UnregisterNetConnCallback(callbackId); in OHNetConnRegisterNetConnCallback()
384 uint32_t callbackId; OHNetConnRegisterNetConnCallbackTimeout() local
430 uint32_t callbackId; OHNetConnRegisterDefaultNetConnCallback() local
437 uint32_t callbackId; OHNetConnRegisterDefaultNetConnCallback() local
458 const uint32_t callbackId = 99999; OHNetConnUnregisterNetConnCallback() local
462 uint32_t callbackId; OHNetConnUnregisterNetConnCallback() local
467 uint32_t callbackId; OHNetConnUnregisterNetConnCallback() local
474 uint32_t callbackId; OHNetConnUnregisterNetConnCallback() local
482 uint32_t callbackId; OHNetConnUnregisterNetConnCallback() local
490 uint32_t callbackId; OHNetConnUnregisterNetConnCallback() local
547 uint32_t callbackId; OHOSNetConnRegisterAppHttpProxyCallback() local
553 uint32_t callbackId; OHOSNetConnRegisterAppHttpProxyCallback() local
562 uint32_t callbackId; OHOSNetConnRegisterAppHttpProxyCallback() local
583 uint32_t callbackId; OHOSNetConnUnregisterAppHttpProxyCallback() local
587 uint32_t callbackId; OHOSNetConnUnregisterAppHttpProxyCallback() local
592 uint32_t callbackId; OHOSNetConnUnregisterAppHttpProxyCallback() local
600 uint32_t callbackId; OHOSNetConnUnregisterAppHttpProxyCallback() local
[all...]
/test/testfwk/arkxtest/uitest/cj/
H A Dui_event_observer_impl.cpp38 void UiEventObserverImpl::PreprocessCallOnce(ApiCallInfo &call, int64_t callbackId, ApiCallErr &err) in PreprocessCallOnce() argument
47 if (callbackId <= 0) { in PreprocessCallOnce()
52 auto func = reinterpret_cast<void (*)(CUIElementInfo)>(callbackId); in PreprocessCallOnce()
67 string callbackId; member
87 auto callbackId = in.paramList_.at(INDEX_ONE).get<string>(); in InitCallbackContext() local
89 observerId.c_str(), callbackId.c_str()); in InitCallbackContext()
90 auto findCallback = g_callbacks.find(callbackId); in InitCallbackContext()
92 out.exception_ = ApiCallErr(INTERNAL_ERROR, "JsCallbackFunction is not referenced: " + callbackId); in InitCallbackContext()
97 ctx.callbackId = callbackId; in InitCallbackContext()
[all...]
H A Duitest_ffi.cpp108 int64_t callbackId = paramList.at(1).get<int64_t>(); in PreprocessTransaction() local
109 UiEventObserverImpl::Get().PreprocessCallOnce(callInfo, callbackId, error); in PreprocessTransaction()
H A Dui_event_observer_impl.h26 void PreprocessCallOnce(ApiCallInfo &call, int64_t callbackId, ApiCallErr &err);
/test/testfwk/arkxtest/uitest/napi/
H A Dui_event_observer_napi.cpp82 string callbackId; member
105 auto callbackId = in.paramList_.at(INDEX_ONE).get<string>(); in InitCallbackContext() local
107 observerId.c_str(), callbackId.c_str()); in InitCallbackContext()
109 auto findCallback = g_jsRefs.find(callbackId); in InitCallbackContext()
116 out.exception_ = ApiCallErr(INTERNAL_ERROR, "JsCallbackFunction is not referenced: " + callbackId); in InitCallbackContext()
122 ctx.callbackId = callbackId; in InitCallbackContext()
170 LOG_D("Unref jsCallback: %{public}s", ctx->callbackId.c_str()); in HandleEventCallback()
172 g_jsRefs.erase(ctx->callbackId); in HandleEventCallback()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
H A Darkoala_api.h4574 ArkUI_Int32 (*startAnimation)(const ArkUIAPIAnimationSpec* spec, ArkUI_Int32 callbackId);
4576 ArkUIVMContext vmContext, ArkUI_Int32 curve, ArkUI_Float32* options, ArkUI_Int32 callbackId);
4913 void (*setCustomCallback)(ArkUIVMContext vmContext, ArkUINodeHandle node, ArkUI_Int32 callbackId);
4939 void (*setVsyncCallback)(ArkUIVMContext vmContext, ArkUIPipelineContext pipelineContext, ArkUI_Int32 callbackId);

Completed in 23 milliseconds