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:g_slotId
(Results
1 - 4
of
4
) sorted by relevance
/base/telephony/sms_mms/test/fuzztest/unittesttwo_fuzzer/
H
A
D
unittesttwo_fuzzer.cpp
63
const int32_t
g_slotId
= 1;
member in OHOS::Fuzzer
94
m_pMmsNetworkManager->AcquireNetwork(
g_slotId
, requestId);
in TestAcquireNetwork()
98
m_pMmsNetworkManager->GetOrCreateHttpClient(
g_slotId
);
in TestGetOrCreateHttpClient()
127
m_pMmsSendManager = std::make_unique<MmsSendManager>(
g_slotId
);
in CreateObject()
128
m_pMmsReceiveManager = std::make_unique<MmsReceiveManager>(
g_slotId
);
in CreateObject()
317
m_pSmsInterfaceManager = std::make_unique<SmsInterfaceManager>(
g_slotId
);
in CreateObject()
365
m_pSmsInterfaceManager->SetImsSmsConfig(
g_slotId
, fromMsgId);
in TestGetAndSet()
366
m_pSmsInterfaceManager->SetDefaultSmsSlotId(
g_slotId
);
in TestGetAndSet()
389
m_pSmsInterfaceManager->IsImsSmsSupported(
g_slotId
, isSupported);
in TestIsImsSmsSupported()
427
m_pSmsMiscManager = std::make_unique<SmsMiscManager>(
g_slotId
);
in CreateObject()
[all...]
/base/web/webview/test/unittest/net_connect_callback_impl_test/
H
A
D
net_connect_callback_impl_test.cpp
33
int32_t
g_slotId
= 0;
member
38
return
g_slotId
;
in GetDefaultCellularDataSlotId()
126
g_slotId
= -1;
in HWTEST_F()
/base/web/webview/test/unittest/net_connect_adapter_impl_test/
H
A
D
net_connect_adapter_impl_test.cpp
40
int32_t
g_slotId
= 0;
member
96
return
g_slotId
;
in GetDefaultCellularDataSlotId()
194
g_slotId
= -1;
in HWTEST_F()
/base/telephony/sms_mms/test/fuzztest/unittest_fuzzer/
H
A
D
unittest_fuzzer.cpp
139
const int32_t
g_slotId
= 2;
member in OHOS::Fuzzer
169
m_pMmsApnInfo = std::make_unique<MmsApnInfo>(
g_slotId
);
in CreateObject()
241
m_pMmsNetworkClient = std::make_unique<MmsNetworkClient>(
g_slotId
);
in CreateObject()
441
m_pCdmaSmsSender = std::make_unique<CdmaSmsSender>(
g_slotId
, &CdmaSmsSenderFuzzer::SendRetryFunc);
in CreateObject()
492
m_pCdmaSmsSender->IsImsSmsSupported(
g_slotId
, bIsSupported);
in TestGetOrSimpleCall()
523
m_pCdmaSmsReceiveHandler = std::make_unique<CdmaSmsReceiveHandler>(
g_slotId
);
in CreateObject()
Completed in 4 milliseconds