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:isFound
(Results
1 - 6
of
6
) sorted by relevance
/base/notification/distributed_notification_service/services/ans/src/
H
A
D
advanced_datashare_helper.cpp
154
int
isFound
= 0;
in QueryContact()
local
167
isFound
= dealWithContactResult(helper, resultSet, policy) ? QUERY_INFO_SUCCESS : ERR_OK;
in QueryContact()
172
return
isFound
;
in QueryContact()
/base/startup/init/services/sandbox/
H
A
D
sandbox.c
572
bool
isFound
= false;
in InitSandboxWithName()
local
575
return
isFound
;
in InitSandboxWithName()
580
isFound
= true;
in InitSandboxWithName()
583
if (!
isFound
) {
in InitSandboxWithName()
586
return
isFound
;
in InitSandboxWithName()
/base/security/access_token/interfaces/innerkits/nativetoken/test/unittest/src/
H
A
D
nativetoken_kit_test.cpp
84
bool
isFound
= false;
in DeleteGoalItemFromRecord()
local
90
isFound
= true;
in DeleteGoalItemFromRecord()
95
if (
isFound
) {
in DeleteGoalItemFromRecord()
/base/account/os_account/interfaces/kits/napi/appaccount/src/
H
A
D
napi_app_account_common.cpp
61
bool
isFound
= false;
in UvQueueWorkOnAppAccountsChanged()
local
66
isFound
= std::any_of(objectInfoTmp.second.begin(), objectInfoTmp.second.end(),
in UvQueueWorkOnAppAccountsChanged()
70
if (
isFound
) {
in UvQueueWorkOnAppAccountsChanged()
76
if (
isFound
) {
in UvQueueWorkOnAppAccountsChanged()
/base/account/os_account/interfaces/kits/napi/osaccount/src/
H
A
D
napi_os_account.cpp
1590
bool
isFound
= false;
in UvQueueWorkOnAccountsSubNotify()
local
1595
isFound
= std::any_of(subscriberInstance.second.begin(), subscriberInstance.second.end(),
in UvQueueWorkOnAccountsSubNotify()
1599
if (
isFound
) {
in UvQueueWorkOnAccountsSubNotify()
1605
if (
isFound
) {
in UvQueueWorkOnAccountsSubNotify()
/base/security/security_guard/frameworks/js/napi/
H
A
D
security_guard_napi.cpp
1163
bool
isFound
= false;
in UvQueueWorkOnSecEventsChanged()
local
1168
isFound
= std::any_of(subscriberInstance.second.begin(), subscriberInstance.second.end(),
in UvQueueWorkOnSecEventsChanged()
1172
if (
isFound
) {
in UvQueueWorkOnSecEventsChanged()
1178
if (
isFound
) {
in UvQueueWorkOnSecEventsChanged()
Completed in 12 milliseconds