Home
last modified time | relevance | path

Searched refs:GetResult (Results 1 – 17 of 17) sorted by relevance

/base/useriam/user_auth_framework/common/executors/include/async_command/
Dcustom_command.h30 ResultCode GetResult();
/base/hiviewdfx/hiappevent/frameworks/js/napi/include/
Dnapi_hiappevent_builder.h31 int GetResult() const;
/base/hiviewdfx/hiview/plugins/freeze_detector/
Drule_cluster.h127 bool GetResult(const std::string& domain, const std::string& stringId, FreezeResult& result);
154 bool GetResult(const WatchPoint& watchPoint, std::vector<FreezeResult>& list);
Drule_cluster.cpp223 bool FreezeRuleCluster::GetResult(const WatchPoint& watchPoint, std::vector<FreezeResult>& list) in GetResult() function in OHOS::HiviewDFX::FreezeRuleCluster
251 bool FreezeRule::GetResult(const std::string& domain, const std::string& stringId, FreezeResult& re… in GetResult() function in OHOS::HiviewDFX::FreezeRule
Dresolver.cpp72 if (!freezeRuleCluster_->GetResult(watchPoint, result)) { in ResolveEvent()
Dfreeze_detector_plugin.cpp166 bool ruleRet = freezeRuleCluster->GetResult(watchPoint, freezeResultList); in OnEventListeningCallback()
/base/useriam/user_auth_framework/common/executors/src/async_command/
Dcustom_command.cpp81 ResultCode CustomCommand::GetResult() in GetResult() function in OHOS::UserIam::UserAuth::CustomCommand
/base/hiviewdfx/hiappevent/frameworks/js/napi/src/
Dnapi_hiappevent_js.cpp47 asyncContext->result = builder.GetResult(); in Write()
Dnapi_hiappevent_js_v9.cpp52 asyncContext->result = builder.GetResult(); in Write()
Dnapi_hiappevent_builder.cpp254 int NapiHiAppEventBuilder::GetResult() const in GetResult() function in OHOS::HiviewDFX::NapiHiAppEventBuilder
/base/powermgr/display_manager/frameworks/napi/
Dbrightness.h62 napi_value GetResult(napi_env env);
Dbrightness.cpp268 napi_value Brightness::Result::GetResult(napi_env env) in GetResult() function in OHOS::DisplayPowerMgr::Brightness::Result
332 napi_value result = result_.GetResult(env_); in ExecuteCallback()
/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodability/
Djs_text_input_client_engine.cpp147 napi_value JsTextInputClientEngine::GetResult(napi_env env, std::string &text) in GetResult() function in OHOS::MiscServices::JsTextInputClientEngine
427 napi_value data = GetResult(env, ctxt->text); in GetForward()
467 napi_value data = GetResult(env, ctxt->text); in GetBackward()
Djs_text_input_client_engine.h235 static napi_value GetResult(napi_env env, std::string &text);
/base/telephony/core_service/services/sim/include/
Dicc_dialling_numbers_handler.h67 std::shared_ptr<void> GetResult() in GetResult() function
/base/useriam/user_auth_framework/common/executors/src/framework/
Dframework_executor_callback.cpp232 return command->GetResult(); in ProcessCustomCommand()
/base/telephony/core_service/services/sim/src/
Dicc_dialling_numbers_handler.cpp328 data->result = loadRequest->GetResult(); in SendBackResult()