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:ok
(Results
1 - 5
of
5
) sorted by relevance
/base/customization/config_policy/frameworks/config_policy/src/
H
A
D
config_policy_utils.c
334
bool
ok
= true;
in ExpandStr()
local
339
for (copyCur = searchCur = src;
ok
&& searchCur < end;) {
in ExpandStr()
344
ok
=
ok
&& AppendStr(&sh, copyCur);
in ExpandStr()
349
ok
=
ok
&& AppendStr(&sh, copyCur);
in ExpandStr()
358
ok
=
ok
&& AppendStr(&sh, value ? value : (defVal ? defVal : def));
in ExpandStr()
362
ok
= false;
in ExpandStr()
370
if (!
ok
) {
in ExpandStr()
[all...]
/base/msdp/device_status/rust/subsystem/device_profile/sys/src/
H
A
D
adapter.rs
421
res.
ok
().map(|id| id.to_string()).or_else(|| {
in data()
/base/request/request/services/src/utils/
H
A
D
mod.rs
48
ylong_runtime::block_on(self.rx).
ok
()
/base/security/code_signature/services/key_enable/src/
H
A
D
profile_utils.rs
293
for entry in entries.filter_map(Result::
ok
) {
in get_paths_from_prefix()
/base/security/security_guard/frameworks/js/napi/
H
A
D
security_guard_napi.cpp
1186
napi_status
ok
= napi_call_function(subscriberOAWorkerData->env, undefined, callback, ARGS_SIZE_ONE,
in UvQueueWorkOnSecEventsChanged()
local
1188
SGLOGI("isOk=%{public}d",
ok
);
in UvQueueWorkOnSecEventsChanged()
Completed in 7 milliseconds