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:code2
(Results
1 - 4
of
4
) sorted by relevance
/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/
H
A
D
aafwk_event_error_code.h
27
#define APP_ERRCODE_EXTRA(code1,
code2
) \
28
AafwkEventCodePrint::GetInstance()->AafwkErrorPrint(code1,
code2
)
/foundation/resourceschedule/background_task_mgr/test/fuzztest/bgtasksubscriberstubonremote_fuzzer/
H
A
D
bgtasksubscriberstubonremote_fuzzer.cpp
48
uint32_t
code2
= static_cast<uint32_t>(IBackgroundTaskSubscriberInterfaceCode::ON_DISCONNECTED);
in DoSomethingInterestingWithMyAPI()
local
49
subscriberImpl->OnRemoteRequest(
code2
, datas, reply, option);
in DoSomethingInterestingWithMyAPI()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/
H
A
D
wifi_country_code_policy_test.cpp
246
std::string
code2
;
in HWTEST_F()
local
247
EXPECT_EQ(ErrCode::WIFI_OPT_FAILED, m_wifiCountryCodePolicy->ParseCountryCodeElement(infoElems2,
code2
));
in HWTEST_F()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/
H
A
D
bms_launcher_service_system_test.cpp
542
std::string
code2
= "callback2";
in HWTEST_F()
local
544
sptr<TestBundleStatusCallback> callback2 = new (std::nothrow) TestBundleStatusCallback(
code2
);
in HWTEST_F()
Completed in 4 milliseconds