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
refs:want_
(Results
1 - 7
of
7
) sorted by relevance
/base/notification/common_event_service/frameworks/native/src/
H
A
D
common_event_data.cpp
27
CommonEventData::CommonEventData(const Want &want) :
want_
(want), code_(0)
in CommonEventData()
32
:
want_
(want), code_(code), data_(data)
in CommonEventData()
63
want_
= want;
in SetWant()
68
return
want_
;
in GetWant()
94
if (!parcel.WriteParcelable(&
want_
)) {
in Marshalling()
122
want_
= *want;
in ReadFromParcel()
/base/customization/enterprise_device_management/services/edm/include/connection/
H
A
D
ienterprise_connection.h
27
uint32_t userId) :
want_
(want), code_(code), userId_(userId) {};
in IEnterpriseConnection()
33
return
want_
;
in GetWant()
41
AAFwk::Want
want_
;
member in OHOS::EDM::IEnterpriseConnection
/base/request/request/services/src/cxx/
H
A
D
common_event.cpp
38
WantWrapper::WantWrapper(EventFwk::Want want) :
want_
(want)
in WantWrapper()
63
return rust::string(
want_
.ToString());
in ToString()
68
return
want_
.GetIntParam(std::string(key), -1);
in GetIntParam()
/base/customization/enterprise_device_management/services/edm/src/connection/
H
A
D
enterprise_admin_connection.cpp
59
if (AdminManager::GetInstance()->IsSuperAdmin(
want_
.GetElement().GetBundleName())) {
in OnAbilityDisconnectDone()
61
sptr<IEnterpriseConnection> connection = manager->CreateAdminConnection(
want_
,
in OnAbilityDisconnectDone()
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H
A
D
mock_common_event_data.cpp
28
want_
= want;
in SetWant()
/base/request/request/services/include/
H
A
D
common_event.h
48
EventFwk::Want
want_
;
member in OHOS::Request::WantWrapper
/base/notification/common_event_service/interfaces/inner_api/
H
A
D
common_event_data.h
116
Want
want_
;
member in OHOS::EventFwk::CommonEventData
Completed in 2 milliseconds