Home
last modified time | relevance | path

Searched refs:BASE (Results 1 - 11 of 11) sorted by relevance

/base/telephony/cellular_data/services/include/common/
H A Dcellular_data_event_code.h26 static const int32_t BASE = 0x00040000; member in OHOS::Telephony::CellularDataEventCode
27 static const int32_t MSG_SM_CONNECT = BASE + 0;
28 static const int32_t MSG_SM_DISCONNECT = BASE + 1;
29 static const int32_t MSG_SM_DISCONNECT_ALL = BASE + 2;
30 static const int32_t MSG_SM_TEAR_DOWN_NOW = BASE + 3;
31 static const int32_t MSG_SM_LOST_CONNECTION = BASE + 4;
32 static const int32_t MSG_SM_DRS_OR_RAT_CHANGED = BASE + 5;
33 static const int32_t MSG_SM_DATA_ROAM_ON = BASE + 6;
34 static const int32_t MSG_SM_DATA_ROAM_OFF = BASE + 7;
35 static const int32_t MSG_SM_BW_REFRESH_RESPONSE = BASE
[all...]
/base/startup/init/test/fuzztest/getparametercommitid_fuzzer/
H A Dgetparametercommitid_fuzzer.cpp28 ParamHandle handle = (ParamHandle)strtoul(str.c_str(), &rest, BASE); in FuzzGetParameterCommitId()
29 if ((handle < BASE) && (!GetParameterCommitId(handle))) { in FuzzGetParameterCommitId()
/base/startup/init/test/fuzztest/getparametervalue_fuzzer/
H A Dgetparametervalue_fuzzer.cpp30 ParamHandle handle = (ParamHandle)strtoul(str.c_str(), &rest, BASE); in FuzzGetParameterValue()
31 if ((handle < BASE) && (!GetParameterValue(handle, buffer, len))) { in FuzzGetParameterValue()
/base/telephony/core_service/services/network_search/include/
H A Dsetting_utils.h89 static const int32_t BASE = 0x00050000; member in OHOS::Telephony::SettingEventCode
90 static const int32_t MSG_AUTO_TIME = BASE + 0;
91 static const int32_t MSG_AUTO_TIMEZONE = BASE + 1;
92 static const int32_t MSG_AUTO_AIRPLANE_MODE = BASE + 2;
/base/startup/init/test/fuzztest/utils/include/
H A Dfuzz_utils.h21 #define BASE 10 macro
/base/update/updateservice/services/core/ability/model/include/
H A Dpackage_type.h23 BASE = 2, member in OHOS::UpdateEngine::PackageType
/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/
H A Dhitrace_adapter_impl.cpp24 const int BASE = 10; member
33 return originValue == nullptr ? defaultValue : std::strtoull(originValue, nullptr, BASE); in ConvertToUint64()
/base/startup/init/test/fuzztest/getparametername_fuzzer/
H A Dgetparametername_fuzzer.cpp29 ParamHandle handle = (ParamHandle)strtoul(str.c_str(), &rest, BASE); in FuzzGetParameterName()
/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Devent_json_parser.cpp30 constexpr char BASE[] = "__BASE"; member
131 if (!eventNameJson.isObject() || !eventNameJson[BASE].isObject()) { in ParseBaseConfig()
136 Json::Value baseJsonInfo = eventNameJson[BASE]; in ParseBaseConfig()
/base/hiviewdfx/hidumper/frameworks/native/src/executor/memory/
H A Dsmaps_memory_info.cpp192 constexpr int BASE = 10; in CalcSmapsInfo() local
193 method.second(memSmapsInfo, strtoull(obj.at(key).c_str(), nullptr, BASE)); in CalcSmapsInfo()
/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_sync_impl.cpp972 Ace::Napi::DrawableDescriptor::DrawableType drawableType = Ace::Napi::DrawableDescriptor::DrawableType::BASE; in GetDrawableDescriptorByName()

Completed in 6 milliseconds