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:stateRecords_
(Results
1 - 4
of
4
) sorted by relevance
/base/telephony/state_registry/test/unittest/state_test/
H
A
D
state_registry_branch_test.cpp
194
service->
stateRecords_
.push_back(record);
in HWTEST_F()
195
service->
stateRecords_
[0].mask_ = TelephonyObserverBroker::OBSERVER_MASK_ICC_ACCOUNT;
in HWTEST_F()
196
service->
stateRecords_
[0].telephonyObserver_ = nullptr;
in HWTEST_F()
212
service->
stateRecords_
.push_back(record);
in HWTEST_F()
213
service->
stateRecords_
[0].mask_ = TelephonyObserverBroker::OBSERVER_MASK_ICC_ACCOUNT;
in HWTEST_F()
214
service->
stateRecords_
[0].telephonyObserver_ = std::make_unique<TelephonyObserver>().release();
in HWTEST_F()
230
service->
stateRecords_
.push_back(record);
in HWTEST_F()
231
service->
stateRecords_
[0].mask_ = TelephonyObserverBroker::OBSERVER_MASK_NETWORK_STATE;
in HWTEST_F()
268
service->
stateRecords_
.push_back(record);
in HWTEST_F()
269
service->
stateRecords_
[
in HWTEST_F()
[all...]
H
A
D
state_registry_test.cpp
1029
service->
stateRecords_
.push_back(record);
in HWTEST_F()
1030
service->
stateRecords_
[0].tokenId_ = 123456789;
in HWTEST_F()
1031
service->
stateRecords_
[0].pid_ = 1234;
in HWTEST_F()
1033
service->
stateRecords_
[0].tokenId_ = 123456788;
in HWTEST_F()
1035
service->
stateRecords_
[0].tokenId_ = -1;
in HWTEST_F()
1037
service->
stateRecords_
[0].mask_ = TelephonyObserverBroker::OBSERVER_MASK_DATA_FLOW;
in HWTEST_F()
1039
service->
stateRecords_
[0].slotId_ = 1;
in HWTEST_F()
1066
service->
stateRecords_
.push_back(record);
in HWTEST_F()
1071
service->
stateRecords_
[0].tokenId_ = 1;
in HWTEST_F()
1073
service->
stateRecords_
[
in HWTEST_F()
[all...]
/base/telephony/state_registry/services/src/
H
A
D
telephony_state_registry_service.cpp
63
stateRecords_
.clear();
in ~TelephonyStateRegistryService()
133
for (size_t i = 0; i <
stateRecords_
.size(); i++) {
in UpdateCellularDataConnectState()
134
TelephonyStateRegistryRecord record =
stateRecords_
[i];
in UpdateCellularDataConnectState()
164
for (size_t i = 0; i <
stateRecords_
.size(); i++) {
in UpdateCellularDataFlow()
165
TelephonyStateRegistryRecord record =
stateRecords_
[i];
in UpdateCellularDataFlow()
186
for (size_t i = 0; i <
stateRecords_
.size(); i++) {
in UpdateCallState()
187
TelephonyStateRegistryRecord record =
stateRecords_
[i];
in UpdateCallState()
220
for (size_t i = 0; i <
stateRecords_
.size(); i++) {
in UpdateCallStateForSlotId()
221
TelephonyStateRegistryRecord record =
stateRecords_
[i];
in UpdateCallStateForSlotId()
249
for (size_t i = 0; i <
stateRecords_
in UpdateSimState()
[all...]
/base/telephony/state_registry/services/include/
H
A
D
telephony_state_registry_service.h
104
std::vector<TelephonyStateRegistryRecord>
stateRecords_
;
member in OHOS::Telephony::TelephonyStateRegistryService
Completed in 5 milliseconds