OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCellInfoRequestingNanoappInstanceId
(Results
1 - 2
of
2
) sorted by null
/system/chre/core/
wwan_request_manager.cc
39
if (!
mCellInfoRequestingNanoappInstanceId
.has_value()) {
43
mCellInfoRequestingNanoappInstanceId
= nanoapp->getInstanceId();
66
if (
mCellInfoRequestingNanoappInstanceId
.has_value()) {
71
mCellInfoRequestingNanoappInstanceId
.value());
83
if (
mCellInfoRequestingNanoappInstanceId
.has_value()) {
86
mCellInfoRequestingNanoappInstanceId
.value());
93
if (
mCellInfoRequestingNanoappInstanceId
.has_value()) {
95
.findNanoappByInstanceId(*
mCellInfoRequestingNanoappInstanceId
);
102
mCellInfoRequestingNanoappInstanceId
.reset();
/system/chre/core/include/chre/core/
wwan_request_manager.h
87
Optional<uint32_t>
mCellInfoRequestingNanoappInstanceId
;
90
//! that this will only be valid if the
mCellInfoRequestingNanoappInstanceId
Completed in 46 milliseconds