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:ResourceUtils
(Results
1 - 7
of
7
) sorted by relevance
/base/telephony/core_service/frameworks/native/src/
H
A
D
resource_utils.cpp
30
const std::string
ResourceUtils
::RESOURCE_HAP_BUNDLE_NAME = "ohos.telephony.resources";
31
const std::string
ResourceUtils
::IS_NOTIFY_USER_RESTRICTIED_CHANGE = "is_notify_user_restrictied_change";
32
const std::string
ResourceUtils
::IS_CS_CAPABLE = "is_cs_capable";
33
const std::string
ResourceUtils
::IS_SWITCH_PHONE_REG_CHANGE = "is_switch_phone_reg_change";
34
const std::string
ResourceUtils
::SPN_FORMATS = "spn_formats";
35
const std::string
ResourceUtils
::EMERGENCY_CALLS_ONLY = "emergency_calls_only";
36
const std::string
ResourceUtils
::OUT_OF_SERIVCE = "out_of_serivce";
37
const std::string
ResourceUtils
::CMCC = "cmcc";
38
const std::string
ResourceUtils
::CUCC = "cucc";
39
const std::string
ResourceUtils
353
ResourceUtils
::
ResourceUtils
()
ResourceUtils()
function in OHOS::Telephony::ResourceUtils
[all...]
/base/telephony/core_service/interfaces/innerkits/include/
H
A
D
resource_utils.h
119
class
ResourceUtils
{
class
210
static
ResourceUtils
&Get();
213
~
ResourceUtils
() = default;
223
ResourceUtils
();
/base/telephony/core_service/services/network_search/src/
H
A
D
operator_name.cpp
49
ResourceUtils
::Get().GetStringArrayValueByName(
ResourceUtils
::SPN_FORMATS, vecSpnFormats);
in OperatorName()
218
ResourceUtils
::Get().GetStringValueByName(
ResourceUtils
::EMERGENCY_CALLS_ONLY, plmn);
in UpdatePlmn()
220
ResourceUtils
::Get().GetStringValueByName(
ResourceUtils
::OUT_OF_SERIVCE, plmn);
in UpdatePlmn()
227
ResourceUtils
::Get().GetStringValueByName(
ResourceUtils
::OUT_OF_SERIVCE, plmn);
in UpdatePlmn()
335
ResourceUtils
::Get().GetStringValueByName(
ResourceUtils
in NotifyCdmaSpnChanged()
[all...]
H
A
D
network_register.cpp
49
ResourceUtils
::Get().GetBooleanValueByName(
ResourceUtils
::IS_CS_CAPABLE, isCsCapable_);
in NetworkRegister()
H
A
D
network_search_handler.cpp
232
ResourceUtils
::Get().GetBooleanValueByName(
ResourceUtils
::IS_CS_CAPABLE, isCsCapable_);
in Init()
/base/telephony/core_service/test/unittest/core_service_gtest/
H
A
D
core_service_native_branch_test.cpp
118
ResourceUtils
resourceUtils;
in HWTEST_F()
472
ResourceUtils
resourceUtils;
in HWTEST_F()
/base/telephony/cellular_call/services/manager/src/
H
A
D
cellular_call_handler.cpp
1227
ResourceUtils
::Get().GetCallFailedMessageName(static_cast<int32_t>(details.reason), callFailedMessageName);
in GetCallFailReasonResponse()
1232
ResourceUtils
::Get().GetStringValueByName(callFailedMessageName, details.message);
in GetCallFailReasonResponse()
Completed in 11 milliseconds