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:queryRet
(Results
1 - 5
of
5
) sorted by relevance
/foundation/ability/ability_runtime/test/unittest/startup_util_test/
H
A
D
startup_util_test.cpp
55
auto
queryRet
= StartupUtil::GetAppIndex(want, appIndex);
in HWTEST_F()
local
56
EXPECT_TRUE(
queryRet
);
in HWTEST_F()
69
auto
queryRet
= StartupUtil::GetAppIndex(want, appIndex);
in HWTEST_F()
local
70
EXPECT_FALSE(
queryRet
);
in HWTEST_F()
83
auto
queryRet
= StartupUtil::GetAppIndex(want, appIndex);
in HWTEST_F()
local
84
EXPECT_FALSE(
queryRet
);
in HWTEST_F()
95
auto
queryRet
= StartupUtil::IsSupportAppClone(type);
in HWTEST_F()
local
96
EXPECT_TRUE(
queryRet
);
in HWTEST_F()
107
auto
queryRet
= StartupUtil::IsSupportAppClone(type);
in HWTEST_F()
local
108
EXPECT_FALSE(
queryRet
);
in HWTEST_F()
[all...]
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/data_sync/
H
A
D
data_syncer_rdb_store.cpp
66
auto
queryRet
= Query(predicates, resultSet);
in Insert()
local
67
if (
queryRet
!= E_OK) {
in Insert()
68
return
queryRet
;
in Insert()
154
auto
queryRet
= Query(predicates, resultSet);
in GetLastSyncTime()
local
155
if (
queryRet
!= E_OK) {
in GetLastSyncTime()
156
return
queryRet
;
in GetLastSyncTime()
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H
A
D
ability_record_manager.cpp
235
uint8_t
queryRet
= BMSHelper::GetInstance().QueryAbilitySvcInfo(want, info);
in StartAbility()
local
236
if (
queryRet
!= ERR_OK) {
in StartAbility()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H
A
D
bms_bundle_kit_service_base_test.cpp
927
std::string
queryRet
= QUERY_RET;
in HWTEST_F()
local
929
std::string queryRpcIdResult = queryRetPerfix +
queryRet
+ queryRetSuffix;
in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
app_mgr_service_inner.cpp
1846
auto
queryRet
= IN_PROCESS_CALL(bundleMgrHelper->GetApplicationInfo(bundleName,
in GetRunningMultiAppInfoByBundleName()
local
1848
if (!
queryRet
) {
in GetRunningMultiAppInfoByBundleName()
1928
auto
queryRet
= IN_PROCESS_CALL(bundleMgrHelper->GetApplicationInfo(bundleName,
in GetAllRunningInstanceKeysByBundleNameInner()
local
1930
if (!
queryRet
) {
in GetAllRunningInstanceKeysByBundleNameInner()
Completed in 18 milliseconds