Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
defs:GetWant
(Results
1 - 25
of
26
) sorted by relevance
1
2
/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/
H
A
D
ability_dump_client.cpp
42
const Want &AbilityDumpClient::
GetWant
() const
in GetWant()
function in OHOS::AbilityDumpClient
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H
A
D
ability_local_record.cpp
53
const std::shared_ptr<AAFwk::Want> &AbilityLocalRecord::
GetWant
()
in GetWant()
function in OHOS::AppExecFwk::AbilityLocalRecord
H
A
D
ui_ability.cpp
418
std::shared_ptr<AAFwk::Want> UIAbility::
GetWant
()
in GetWant()
function in OHOS::AbilityRuntime::UIAbility
H
A
D
ability.cpp
645
std::shared_ptr<AAFwk::Want> Ability::
GetWant
()
in GetWant()
function in OHOS::AppExecFwk::Ability
/foundation/ability/ability_lite/services/abilitymgr_lite/include/
H
A
D
ability_connect_trans_param.h
43
const Want *
GetWant
() const
in GetWant()
function in OHOS::AbilityConnectTransParam
/foundation/barrierfree/accessibility/services/test/mock/
H
A
D
mock_common_event_data.cpp
60
const Want& CommonEventData::
GetWant
() const
in GetWant()
function in OHOS::EventFwk::CommonEventData
/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H
A
D
trigger_info.cpp
85
std::shared_ptr<Want> TriggerInfo::
GetWant
() const
in GetWant()
function in OHOS::AbilityRuntime::WantAgent::TriggerInfo
H
A
D
want_agent_helper.cpp
288
std::shared_ptr<Want> WantAgentHelper::
GetWant
(const std::shared_ptr<WantAgent> &agent)
in GetWant()
function in OHOS::AbilityRuntime::WantAgent::WantAgentHelper
467
ErrCode WantAgentHelper::
GetWant
(const std::shared_ptr<WantAgent> &agent, std::shared_ptr<AAFwk::Want> &want)
in GetWant()
function in OHOS::AbilityRuntime::WantAgent::WantAgentHelper
H
A
D
pending_want.cpp
425
std::shared_ptr<Want> PendingWant::
GetWant
(const sptr<AAFwk::IWantSender> &target)
in GetWant()
function in OHOS::AbilityRuntime::WantAgent::PendingWant
474
ErrCode PendingWant::
GetWant
(const sptr<AAFwk::IWantSender> &target, std::shared_ptr<AAFwk::Want> &want)
in GetWant()
function in OHOS::AbilityRuntime::WantAgent::PendingWant
/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H
A
D
dialog_ui_extension_callback_test.cpp
69
std::shared_ptr<AAFwk::Want>
GetWant
()
in GetWant()
function in OHOS::AAFwk::MyAbilityCallback
H
A
D
ability_context_impl_test.cpp
90
std::shared_ptr<AAFwk::Want>
GetWant
()
in GetWant()
function in OHOS::AppExecFwk::MyAbilityCallback
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H
A
D
mock_system_ability_ondemand_reason.cpp
38
const std::map<std::string, std::string>& OnDemandReasonExtraData::
GetWant
() const
in GetWant()
function in OHOS::OnDemandReasonExtraData
/foundation/systemabilitymgr/safwk/services/safwk/src/
H
A
D
system_ability_ondemand_reason.cpp
38
const std::map<std::string, std::string>& OnDemandReasonExtraData::
GetWant
() const
in GetWant()
function in OHOS::OnDemandReasonExtraData
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
ability_running_record.cpp
52
const std::shared_ptr<AAFwk::Want> &AbilityRunningRecord::
GetWant
() const
in GetWant()
function in OHOS::AppExecFwk::AbilityRunningRecord
/foundation/ability/ability_runtime/frameworks/js/napi/feature_ability/
H
A
D
js_feature_ability.cpp
309
Want JsFeatureAbility::
GetWant
(DistributeReqParam &requestParam)
in GetWant()
function in OHOS::AbilityRuntime::JsFeatureAbility
/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/
H
A
D
panding_want_manager_test.cpp
119
std::shared_ptr<AAFwk::Want> PandingWantManagerTest::
GetWant
(std::string abilityName, std::string bundleName)
in GetWant()
function in OHOS::AAFwk::PandingWantManagerTest
[all...]
/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H
A
D
js_plugin_callback.cpp
86
AAFwk::Want& JSPluginCallback::
GetWant
()
in GetWant()
function in OHOS::Ace::Napi::JSPluginCallback
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H
A
D
mock_ability.cpp
175
std::shared_ptr<AAFwk::Want> Ability::
GetWant
()
in GetWant()
function in OHOS::AppExecFwk::Ability
/foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/
H
A
D
mock_session_wrapper_impl.cpp
86
const std::shared_ptr<AAFwk::Want> SessionWrapperImpl::
GetWant
()
in GetWant()
function in OHOS::Ace::NG::SessionWrapperImpl
/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/
H
A
D
feature_ability.cpp
158
napi_value JsFeatureAbility::
GetWant
(napi_env env, napi_callback_info info)
in GetWant()
function in OHOS::AppExecFwk::JsFeatureAbility
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H
A
D
ability_context_impl.cpp
1086
std::shared_ptr<AAFwk::Want> AbilityContextImpl::
GetWant
()
in GetWant()
function in OHOS::AbilityRuntime::AbilityContextImpl
/foundation/ability/ability_runtime/frameworks/js/napi/wantagent/
H
A
D
napi_want_agent.cpp
238
napi_value JsWantAgent::
GetWant
(napi_env env, napi_callback_info info)
in GetWant()
function in OHOS::JsWantAgent
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H
A
D
security_session_wrapper_impl.cpp
357
const std::shared_ptr<AAFwk::Want> SecuritySessionWrapperImpl::
GetWant
()
in GetWant()
function in OHOS::Ace::NG::SecuritySessionWrapperImpl
H
A
D
session_wrapper_impl.cpp
457
const std::shared_ptr<AAFwk::Want> SessionWrapperImpl::
GetWant
()
in GetWant()
function in OHOS::Ace::NG::SessionWrapperImpl
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H
A
D
paste_data_record.cpp
333
std::shared_ptr<OHOS::AAFwk::Want> PasteDataRecord::
GetWant
() const
in GetWant()
function in OHOS::MiscServices::PasteDataRecord
Completed in 27 milliseconds
1
2