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:WantAgentInfo
(Results
1 - 21
of
21
) sorted by relevance
/base/notification/distributed_notification_service/test/fuzztest/reminderrequestannex_fuzzer/
H
A
D
reminderrequestannex_fuzzer.cpp
35
std::shared_ptr< Notification::ReminderRequest::
WantAgentInfo
> wantAgentInfo =
in DoSomethingInterestingWithMyAPI()
36
std::make_shared< Notification::ReminderRequest::
WantAgentInfo
>();
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H
A
D
notification_action_button_test.cpp
49
AbilityRuntime::WantAgent::
WantAgentInfo
paramsInfo;
in HWTEST_F()
68
AbilityRuntime::WantAgent::
WantAgentInfo
paramsInfo;
in HWTEST_F()
89
AbilityRuntime::WantAgent::
WantAgentInfo
paramsInfo;
in HWTEST_F()
142
AbilityRuntime::WantAgent::
WantAgentInfo
paramsInfo;
in HWTEST_F()
168
AbilityRuntime::WantAgent::
WantAgentInfo
paramsInfo;
in HWTEST_F()
H
A
D
reminder_request_calendar_test.cpp
1080
auto wantInfo = std::make_shared<ReminderRequest::
WantAgentInfo
>();
in HWTEST_F()
1175
calendar->rruleWantAgentInfo_ = std::make_shared<ReminderRequest::
WantAgentInfo
>();
in HWTEST_F()
1509
rrc->rruleWantAgentInfo_ = std::make_shared<ReminderRequest::
WantAgentInfo
>();
in HWTEST_F()
H
A
D
reminder_store_test.cpp
608
calendar->rruleWantAgentInfo_ = std::make_shared<ReminderRequest::
WantAgentInfo
>();
in HWTEST_F()
H
A
D
reminder_request_test.cpp
854
std::shared_ptr<ReminderRequest::
WantAgentInfo
> wantAgentInfo = std::make_shared<ReminderRequest::
WantAgentInfo
>();
in HWTEST_F()
H
A
D
notification_request_test.cpp
215
AbilityRuntime::WantAgent::
WantAgentInfo
paramsInfo;
in HWTEST_F()
/base/notification/distributed_notification_service/interfaces/inner_api/
H
A
D
reminder_request_calendar.h
67
void SetRRuleWantAgentInfo(const std::shared_ptr<
WantAgentInfo
> &wantAgentInfo);
69
std::shared_ptr<ReminderRequest::
WantAgentInfo
> GetRRuleWantAgentInfo();
384
std::shared_ptr<
WantAgentInfo
> rruleWantAgentInfo_ = nullptr;
H
A
D
reminder_request.h
247
struct
WantAgentInfo
{
struct in OHOS::Notification::ReminderRequest
477
std::shared_ptr<
WantAgentInfo
> GetWantAgentInfo() const;
764
ReminderRequest& SetWantAgentInfo(const std::shared_ptr<
WantAgentInfo
> &wantAgentInfo);
1140
std::shared_ptr<
WantAgentInfo
> wantAgentInfo_ = nullptr;
/base/notification/distributed_notification_service/test/fuzztest/notificationactionbutton_fuzzer/
H
A
D
notificationactionbutton_fuzzer.cpp
29
AbilityRuntime::WantAgent::
WantAgentInfo
paramsInfo;
in DoSomethingInterestingWithMyAPI()
/base/notification/distributed_notification_service/test/bechmarktest/notification_publish_test/
H
A
D
notification_publish_test.cpp
83
AbilityRuntime::WantAgent::
WantAgentInfo
paramsInfo;
in InitWantAgentRequest()
97
AbilityRuntime::WantAgent::
WantAgentInfo
paramsInfo;
in InitButtonRequest()
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
reminder_request.cpp
592
auto wai = std::make_shared<ReminderRequest::
WantAgentInfo
>();
in RecoverWantAgentByJson()
629
auto wai = std::make_shared<ReminderRequest::
WantAgentInfo
>();
in DeserializeWantAgent()
732
ReminderRequest& ReminderRequest::SetWantAgentInfo(const std::shared_ptr<
WantAgentInfo
> &wantAgentInfo)
in SetWantAgentInfo()
960
std::shared_ptr<ReminderRequest::
WantAgentInfo
> ReminderRequest::GetWantAgentInfo() const
in GetWantAgentInfo()
1299
wantAgentInfo_ = wantAgentInfo_ == nullptr ? std::make_shared<
WantAgentInfo
>() : wantAgentInfo_;
in InitServerObj()
1479
AbilityRuntime::WantAgent::
WantAgentInfo
buttonWantAgentInfo(
in AddActionButtons()
1508
AbilityRuntime::WantAgent::
WantAgentInfo
wantAgentInfo(
in AddRemovalWantAgent()
1535
AbilityRuntime::WantAgent::
WantAgentInfo
wantInfo(
in CreateWantAgent()
1558
AbilityRuntime::WantAgent::
WantAgentInfo
wantAgentInfo(
in CreateMaxWantAgent()
H
A
D
reminder_request_calendar.cpp
67
void ReminderRequestCalendar::SetRRuleWantAgentInfo(const std::shared_ptr<
WantAgentInfo
> &wantAgentInfo)
in SetRRuleWantAgentInfo()
123
std::shared_ptr<ReminderRequest::
WantAgentInfo
> ReminderRequestCalendar::GetRRuleWantAgentInfo()
in GetRRuleWantAgentInfo()
733
rruleWantAgentInfo_ = std::make_shared<
WantAgentInfo
>();
in ReadFromParcel()
834
rruleWantAgentInfo_ = std::make_shared<
WantAgentInfo
>();
in DeserializationRRule()
/base/notification/distributed_notification_service/frameworks/js/napi/include/reminder/
H
A
D
reminder_common.h
164
std::shared_ptr<ReminderRequest::
WantAgentInfo
>& wantAgentInfo);
/base/notification/distributed_notification_service/frameworks/js/napi/src/reminder/
H
A
D
reminder_common.cpp
378
std::shared_ptr<ReminderRequest::
WantAgentInfo
>& wantAgentInfo)
in GenWantAgent()
383
wantAgentInfo = std::make_shared<ReminderRequest::
WantAgentInfo
>();
in GenWantAgent()
488
std::shared_ptr<ReminderRequest::
WantAgentInfo
> wantAgentInfo;
in GenReminder()
836
std::shared_ptr<ReminderRequest::
WantAgentInfo
> wantAgentInfo;
in CreateReminderCalendar()
/base/usb/usb_manager/services/native/src/
H
A
D
usb_mass_storage_notification.cpp
203
OHOS::AbilityRuntime::WantAgent::
WantAgentInfo
wantAgentInfo(
in PublishUsbNotification()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/reminder_request_branch_test/
H
A
D
reminder_request_branch_test.cpp
218
reminderRequest->wantAgentInfo_ = std::make_shared<ReminderRequest::
WantAgentInfo
>();
in HWTEST_F()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H
A
D
publish.cpp
296
WantAgentInfo
wantAgentInfo(-1, WantAgentConstant::OperationType::START_ABILITY, wantAgentFlags,
in ParseShowOptions()
/base/notification/distributed_notification_service/frameworks/test/moduletest/
H
A
D
ans_innerkits_module_publish_test.cpp
730
AbilityRuntime::WantAgent::
WantAgentInfo
paramsInfo;
in HWTEST_F()
792
AbilityRuntime::WantAgent::
WantAgentInfo
paramsInfo;
in HWTEST_F()
1636
AbilityRuntime::WantAgent::
WantAgentInfo
paramsInfo(
in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/test/unittest/
H
A
D
reminder_data_manager_test.cpp
621
auto wantInfo = std::make_shared<ReminderRequest::
WantAgentInfo
>();
in HWTEST_F()
H
A
D
advanced_notification_service_test.cpp
2092
AbilityRuntime::WantAgent::
WantAgentInfo
paramsInfo;
in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
reminder_data_manager.cpp
492
AbilityRuntime::WantAgent::
WantAgentInfo
wantAgentInfo(
in CreateTimerInfo()
1020
std::shared_ptr<ReminderRequest::
WantAgentInfo
> wantInfo = calendar->GetRRuleWantAgentInfo();
in StartExtensionAbility()
Completed in 45 milliseconds