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:ans
(Results
1 - 7
of
7
) sorted by relevance
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
H
A
D
call_manager4_gtest.cpp
268
std::vector<std::u16string>
ans
;
in HWTEST_F()
local
269
ans
.clear();
in HWTEST_F()
270
int32_t result = CallManagerGtest::clientPtr_->GetSubCallIdList(callId,
ans
);
in HWTEST_F()
272
bool isEmpty =
ans
.empty();
in HWTEST_F()
274
if (!
ans
.empty()) {
in HWTEST_F()
275
ans
.clear();
in HWTEST_F()
316
std::vector<std::u16string>
ans
;
in HWTEST_F()
local
317
ans
.clear();
in HWTEST_F()
318
int32_t result = CallManagerGtest::clientPtr_->GetCallIdListForConference(callId,
ans
);
in HWTEST_F()
320
bool isEmpty =
ans
in HWTEST_F()
[all...]
/base/notification/distributed_notification_service/services/ans/include/
H
A
D
notification_dialog_manager.h
65
NotificationDialogManager(AdvancedNotificationService&
ans
);
/base/notification/distributed_notification_service/services/ans/test/unittest/
H
A
D
advanced_notification_utils_test.cpp
192
AdvancedNotificationService
ans
;
in HWTEST_F()
local
193
ans
.notificationSvrQueue_ = nullptr;
in HWTEST_F()
199
ASSERT_EQ(
ans
.GetActiveNotificationByFilter(bundleOption, notificationId, label, keys, newRequest),
in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
notification_dialog_manager.cpp
64
NotificationDialogManager::NotificationDialogManager(AdvancedNotificationService&
ans
)
in NotificationDialogManager()
argument
65
: ans_(
ans
)
in NotificationDialogManager()
/base/request/request/test/rustest/src/
H
A
D
lib.rs
268
let mut
ans
= vec![];
in search()
variables
271
ans
.push(id.parse::<u32>().unwrap());
in search()
273
ans
in search()
/base/web/webview/interfaces/kits/cj/src/
H
A
D
webview_ffi.cpp
979
bool
ans
= nativeWebviewCtl->GetCertChainDerData(certChainDerData);
in FfiOHOSWebviewCtlGetCertificate()
local
980
if (!
ans
) {
in FfiOHOSWebviewCtlGetCertificate()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H
A
D
napi_webview_controller.cpp
4477
bool
ans
= webviewController->GetCertChainDerData(certChainDerData);
in InnerGetCertificate()
local
4478
if (!
ans
) {
in InnerGetCertificate()
Completed in 18 milliseconds