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:wantAgent_
(Results
1 - 10
of
10
) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_action_button.cpp
94
wantAgent_
(wantAgent),
in NotificationActionButton()
115
return
wantAgent_
;
in GetWantAgent()
224
jsonObject["wantAgent"] =
wantAgent_
? AbilityRuntime::WantAgent::WantAgentHelper::ToString(
wantAgent_
) : "";
in ToJson()
261
pButton->
wantAgent_
= AbilityRuntime::WantAgent::WantAgentHelper::FromString(wantAgentValue);
in FromJson()
312
valid =
wantAgent_
? true : false;
in Marshalling()
319
if (!parcel.WriteParcelable(
wantAgent_
.get())) {
in Marshalling()
391
wantAgent_
= std::shared_ptr<AbilityRuntime::WantAgent::WantAgent>(
in ReadFromParcel()
393
if (!
wantAgent_
) {
in ReadFromParcel()
H
A
D
notification_request.cpp
132
wantAgent_
= wantAgent;
in SetWantAgent()
137
return
wantAgent_
;
in GetWantAgent()
887
pRequest->
wantAgent_
= AbilityRuntime::WantAgent::WantAgentHelper::FromString(wantAgentValue, targetUid);
in FromJson()
1185
valid =
wantAgent_
? true : false;
in Marshalling()
1192
if (!parcel.WriteParcelable(
wantAgent_
.get())) {
in Marshalling()
1614
wantAgent_
= std::shared_ptr<AbilityRuntime::WantAgent::WantAgent>(
in ReadFromParcel()
1616
if (!
wantAgent_
) {
in ReadFromParcel()
1953
this->
wantAgent_
= other.
wantAgent_
;
in CopyOther()
1980
jsonObject["wantAgent"] =
wantAgent_
in ConvertObjectsToJson()
[all...]
/base/location/frameworks/native/geofence_sdk/source/
H
A
D
geofence_request.cpp
73
wantAgent_
= wantAgent;
in SetWantAgent()
78
return
wantAgent_
;
in GetWantAgent()
199
wantAgent_
= *(wantAgent);
in ReadFromParcel()
234
parcel.WriteParcelable(&
wantAgent_
);
in Marshalling()
/base/location/interfaces/inner_api/include/
H
A
D
geofence_request.h
100
AbilityRuntime::WantAgent::WantAgent
wantAgent_
;
member in OHOS::Location::GeofenceRequest
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
notification_action_button.h
258
std::shared_ptr<AbilityRuntime::WantAgent::WantAgent>
wantAgent_
{};
H
A
D
notification_request.h
1526
std::shared_ptr<AbilityRuntime::WantAgent::WantAgent>
wantAgent_
{};
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H
A
D
common.cpp
33
std::set<std::shared_ptr<AbilityRuntime::WantAgent::WantAgent>> Common::
wantAgent_
;
member in OHOS::NotificationNapi::Common
1132
wantAgent_
.insert(agent);
in CreateWantAgentByJS()
1157
for (auto it =
wantAgent_
.begin(); it !=
wantAgent_
.end(); ++it) {
in CreateWantAgentByJS()
1159
wantAgent_
.erase(it);
in CreateWantAgentByJS()
/base/location/frameworks/js/napi/notification/include/
H
A
D
notification_napi.h
1272
static std::set<std::shared_ptr<AbilityRuntime::WantAgent::WantAgent>>
wantAgent_
;
member in OHOS::Location::NotificationNapi
/base/notification/distributed_notification_service/frameworks/js/napi/include/
H
A
D
common.h
1762
static std::set<std::shared_ptr<AbilityRuntime::WantAgent::WantAgent>>
wantAgent_
;
member in OHOS::NotificationNapi::Common
/base/location/frameworks/js/napi/notification/src/
H
A
D
notification_napi.cpp
33
std::set<std::shared_ptr<AbilityRuntime::WantAgent::WantAgent>> NotificationNapi::
wantAgent_
;
member in OHOS::Location::NotificationNapi
Completed in 14 milliseconds