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:templ
(Results
1 - 7
of
7
) sorted by relevance
/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/
H
A
D
settemplate_fuzzer.cpp
71
std::shared_ptr<Notification::NotificationTemplate>
templ
=
in DoSomethingInterestingWithMyAPI()
local
/base/notification/distributed_notification_service/frameworks/ans/src/
H
A
D
notification_template.cpp
75
auto
templ
= new (std::nothrow) NotificationTemplate();
in Unmarshalling()
local
H
A
D
notification_flags.cpp
200
auto
templ
= new (std::nothrow) NotificationFlags();
in Unmarshalling()
local
H
A
D
notification_request.cpp
1814
void NotificationRequest::SetTemplate(const std::shared_ptr<NotificationTemplate> &
templ
)
in SetTemplate()
argument
/base/location/frameworks/js/napi/notification/src/
H
A
D
notification_napi.cpp
876
std::shared_ptr<NotificationTemplate>
templ
= std::make_shared<NotificationTemplate>();
in GetNotificationTemplate()
local
916
GetNotificationTemplateInfo(const napi_env &env, const napi_value &value, std::shared_ptr<NotificationTemplate> &
templ
)
GetNotificationTemplateInfo()
argument
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H
A
D
common.cpp
1188
std::shared_ptr<NotificationTemplate>
templ
= std::make_shared<NotificationTemplate>();
in GetNotificationTemplate()
local
1236
GetNotificationTemplateInfo(const napi_env &env, const napi_value &value, std::shared_ptr<NotificationTemplate> &
templ
)
GetNotificationTemplateInfo()
argument
1284
SetNotificationTemplateInfo( const napi_env &env, const std::shared_ptr<NotificationTemplate> &
templ
, napi_value &result)
SetNotificationTemplateInfo()
argument
[all...]
H
A
D
common_convert_request.cpp
334
std::shared_ptr<NotificationTemplate>
templ
= request->GetTemplate();
in SetNotificationRequestByCustom()
local
Completed in 12 milliseconds