/base/telephony/cellular_data/services/include/common/ |
H A D | cellular_data_event_code.h | 26 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 D | getparametercommitid_fuzzer.cpp | 28 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 D | getparametervalue_fuzzer.cpp | 30 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 D | setting_utils.h | 89 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 D | fuzz_utils.h | 21 #define BASE 10 macro
|
/base/update/updateservice/services/core/ability/model/include/ |
H A D | package_type.h | 23 BASE = 2, member in OHOS::UpdateEngine::PackageType
|
/base/web/webview/ohos_adapter/hiviewdfx_adapter/src/ |
H A D | hitrace_adapter_impl.cpp | 24 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 D | getparametername_fuzzer.cpp | 29 ParamHandle handle = (ParamHandle)strtoul(str.c_str(), &rest, BASE); in FuzzGetParameterName()
|
/base/hiviewdfx/hiview/plugins/sysevent_source/ |
H A D | event_json_parser.cpp | 30 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 D | smaps_memory_info.cpp | 192 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 D | resource_manager_napi_sync_impl.cpp | 972 Ace::Napi::DrawableDescriptor::DrawableType drawableType = Ace::Napi::DrawableDescriptor::DrawableType::BASE; in GetDrawableDescriptorByName()
|