Home
last modified time | relevance | path

Searched defs:result (Results 1 - 25 of 4742) sorted by relevance

12345678910>>...190

/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_javascript_execute_callback.cpp20 void WebJavaScriptExecuteCallBack::OnReceiveValue(std::shared_ptr<NWebMessage> result) in OnReceiveValue() argument
30 void WebMessageValueCallBackImpl::OnReceiveValue(std::shared_ptr<NWebMessage> result) in OnReceiveValue() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/
H A Djs_webview_function.cpp19 void JsWebViewFunction::Execute(const std::string& result) in Execute() argument
/foundation/multimedia/image_effect/frameworks/native/render_environment/render_thread/queue/
H A Drender_fifo_queue.h55 callback(result); variable
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_service_common.cpp25 int32_t result = DelayedSingleton<EthernetService>::GetInstance()->ResetFactory(); in ResetEthernetFactory() local
/foundation/ability/form_fwk/test/unittest/form_napi_util_test/
H A Dform_napi_util_test.cpp41 auto result = NapiFormUtil::CreateParamTypeErrorMessage("", "string"); in HWTEST_F() local
56 auto result = NapiFormUtil::CreateParamTypeErrorMessage("formId", ""); in HWTEST_F() local
71 auto result = NapiFormUtil::CreateParamTypeErrorMessage("formId", "string"); in HWTEST_F() local
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/client/
H A Daudio_stream_manager_unit_test.cpp44 bool result = AudioStreamManager::GetInstance()->IsStreamActive(STREAM_MUSIC); in HWTEST() local
[all...]
/foundation/distributedhardware/device_manager/ext/pin_auth/src/ability/standard/
H A Ddm_ability_manager.cpp27 ErrCode result = AAFwk::AbilityManagerClient::GetInstance()->StartAbility(want); in StartAbility() local
/foundation/filemanagement/file_api/interfaces/kits/c/environment/
H A Denvironment.c23 int OH_Environment_GetUserDownloadDir(char **result) in OH_Environment_GetUserDownloadDir() argument
35 int OH_Environment_GetUserDocumentDir(char **result) in OH_Environment_GetUserDocumentDir() argument
47 int OH_Environment_GetUserDesktopDir(char **result) in OH_Environment_GetUserDesktopDir() argument
/foundation/ability/ability_runtime/frameworks/js/napi/insight_intent/insight_intent_driver/
H A Djs_insight_intent_driver_utils.cpp28 napi_value CreateJsExecuteResult(napi_env env, const AppExecFwk::InsightIntentExecuteResult &result) in CreateJsExecuteResult() argument
/foundation/ability/form_fwk/test/unittest/fms_form_publish_interceptor_proxy_test/
H A Dfms_form_publish_interceptor_proxy_test.cpp52 int result = formRenderProxy_->ProcessPublishForm(want); in HWTEST_F() local
/foundation/ability/form_fwk/test/unittest/fms_js_form_state_observer_proxy_test/
H A Dfms_js_form_state_observer_proxy_test.cpp53 int result = jsFormStateObserverProxy->OnAddForm("bundleName", runningFormInfo); in HWTEST_F() local
68 int result = jsFormStateObserverProxy->OnRemoveForm("bundleName", runningFormInfo); in HWTEST_F() local
83 int result = jsFormStateObserverProxy->NotifyWhetherFormsVisible(FormVisibilityType::UNKNOWN, in HWTEST_F() local
99 int result = jsFormStateObserverProxy->OnFormClickEvent("bundleName", "callType", runningFormInfo); in HWTEST_F() local
/foundation/ability/idl_tool/test/native/src/
H A Dtest_client.cpp51 [[maybe_unused]] int result = 0; in StartIntTransaction() local
/foundation/ability/form_fwk/test/unittest/form_provider_caller_test/
H A Dmock_form_provider_data.cpp22 void MockConvertRawImageData(bool result) in MockConvertRawImageData() argument
/foundation/ai/intelligent_voice_framework/services/intell_voice_engine/proxy/
H A Dupdate_callback_inner.cpp24 void UpdateCallbackInner::OnUpdateComplete(int result) in OnUpdateComplete() argument
/foundation/ability/ability_runtime/frameworks/native/appkit/app_startup/
H A Dstartup_listener.cpp25 void StartupListener::OnCompleted(const std::shared_ptr<StartupTaskResult> &result) in OnCompleted() argument
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Ddump_ffrt_helper.cpp25 int DumpFfrtHelper::DumpFfrt(std::string& result) in DumpFfrt() argument
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Djs_resource_manager_utils.cpp26 napi_value result = Global::Resource::ResourceManagerAddon::Create(env, "", resourceManager, context); in CreateJsResourceManager() local
/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/
H A Dwms_client.cpp43 int result = iUnknown->QueryInterface(iUnknown, CLIENT_PROXY_VER, (void **)(&wmsProxy)); in WaitUntilWmsReady() local
/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Dsliding_events.cpp25 auto result = JsonUtil::Create(true); in ToJSONString() local
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dapp_bar_helper_impl.cpp36 auto result = bundleMgr->QueryAppGalleryBundleName(bundleName); in QueryAppGalleryBundleName() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dconstraint_flags.cpp40 std::string result = "ConstraintFlags: "; in ToString() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/
H A Dimage_src_path_tdd_test.cpp32 char *result = JsAppContext::GetInstance()->GetResourcePath(nullptr); in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Drandom.cpp53 const uint64_t result = Rotl(s_[0] + s_[3], 23) + s_[0]; variable
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/txt/
H A Dparagraph_style.cpp25 TextStyle result; in ConvertToTextStyle() local
/foundation/multimedia/av_session/interfaces/inner_api/native/session/test/fuzztest/avplaybackstate_fuzzer/
H A Davplaybackstate_fuzzer.cpp36 auto result = avPlaybackState.Unmarshalling(dataParcel); in AVPlaybackStateTest() local

Completed in 8 milliseconds

12345678910>>...190