/base/telephony/sms_mms/services/sms/ |
D | sms_pdu_buffer.cpp | 157 bool SmsReadBuffer::ReadByte(uint8_t &v) in ReadByte() 176 bool SmsReadBuffer::PickOneByte(uint8_t &v) in PickOneByte() 186 bool SmsReadBuffer::PickOneByteFromIndex(uint16_t index, uint8_t &v) in PickOneByteFromIndex() 196 bool SmsReadBuffer::ReadWord(uint16_t &v) in ReadWord() 207 bool SmsReadBuffer::ReadBits(uint8_t &v, uint8_t l) in ReadBits() 253 bool SmsWriteBuffer::WriteByte(uint8_t v) in WriteByte() 266 bool SmsWriteBuffer::WriteWord(uint16_t v) in WriteWord() 277 bool SmsWriteBuffer::WriteBits(uint8_t v, uint8_t l) in WriteBits() 311 bool SmsWriteBuffer::InsertByte(uint8_t v, uint16_t index) in InsertByte() 331 bool SmsWriteBuffer::GetValueFromIndex(uint16_t index, uint8_t &v) in GetValueFromIndex()
|
D | sms_receive_handler.cpp | 113 for (const auto &v : dbIndexers) { in CombineMessagePart() local
|
/base/security/appverify/interfaces/innerkits/appverify_lite/include/ |
D | app_common.h | 37 #define P_NULL_RETURN_WTTH_LOG(v) \ argument 46 #define P_NULL_RETURN_RET_WTTH_LOG(v, ret) \ argument 55 #define P_NULL_RETURN_NULL_WTTH_LOG(v) \ argument 64 #define P_ERR_RETURN_WTTH_LOG(v) \ argument 73 #define P_NULL_GOTO_WTTH_LOG(v) \ argument 82 #define P_ERR_GOTO_WTTH_LOG(v) \ argument
|
/base/hiviewdfx/hievent_lite/interfaces/native/innerkits/ |
D | hiview_event.h | 187 #define HIEVENT_FAULT_REPORT(id, k, v) HiEventPrintf(HIEVENT_FAULT, (id), (k), (v)) argument 189 #define HIEVENT_FAULT_REPORT(id, k, v) argument 193 #define HIEVENT_UE_REPORT(id, k, v) HiEventPrintf(HIEVENT_UE, (id), (k), (v)) argument 195 #define HIEVENT_UE_REPORT(id, k, v) argument 199 #define HIEVENT_STAT_REPORT(id, k, v) HiEventPrintf(HIEVENT_STAT, (id), (k), (v)) argument 201 #define HIEVENT_STAT_REPORT(id, k, v) argument 213 #define HIEVENT_PUT_INT_VALUE(pEvent, k, v) HiEventPutInteger(pEvent, k, v) argument 217 #define HIEVENT_PUT_INT_VALUE(pEvent, k, v) argument
|
/base/update/updater/services/script/script_instruction/ |
D | script_basicinstruction.cpp | 71 int32_t v; in Execute() local 81 float v; in Execute() local 91 std::string v; in Execute() local 136 int32_t v; in Execute() local 144 float v; in Execute() local 152 std::string v; in Execute() local
|
/base/telephony/sms_mms/services/sms/cdma/ |
D | cdma_sms_sub_parameter.cpp | 130 uint8_t v = 0; in Decode() local 203 uint8_t CdmaSmsAbsoluteTime::EncodeBCD(const uint8_t v) in EncodeBCD() 208 uint8_t CdmaSmsAbsoluteTime::DecodeBCD(const uint8_t v) in DecodeBCD() 244 uint8_t v = 0; in Decode() local 285 uint8_t v = 0; in Decode() local 419 uint8_t v = 0; in EncodeHeader7Bit() local 502 uint8_t v = 0; in EncodeHeaderUnicode() local 562 uint8_t v = 0; in Decode() local 647 uint8_t v = 0; in DecodeAscii7Bit() local 685 uint8_t v = 0; in DecodeGsm7Bit() local [all …]
|
/base/hiviewdfx/hievent_lite/frameworks/ |
D | hiview_event.c | 33 #define GET_UINT32_BYTE1(v) (uint8)(((uint32)(v)) & 0x000000FF) argument 34 #define GET_UINT32_BYTE2(v) (uint8)((((uint32)(v)) & 0x0000FF00) >> 8) argument 35 #define GET_UINT32_BYTE3(v) (uint8)((((uint32)(v)) & 0x00FF0000) >> 16) argument 36 #define GET_UINT32_BYTE4(v) (uint8)((((uint32)(v)) & 0xFF000000) >> 24) argument 129 static uint8 HiEventEncode(uint8 k, int32 v, uint8 last, uint8 *encodeOut) in HiEventEncode()
|
/base/telephony/sms_mms/test/gtest/ |
D | cdma_sms_gtest.cpp | 166 uint8_t v = 0; variable 320 CdmaTeleserviceMsg v; in CheckDeliverUserData() local 337 CdmaTeleserviceMsg v; in CheckSubmitUserData() local 407 CdmaTeleserviceMsg v; variable
|
/base/update/updater/services/script/script_interpreter/ |
D | script_statement.cpp | 194 UScriptValuePtr v = condition_->Execute(interpreter, context); in Execute() local 231 UScriptValuePtr v = condition_->Execute(interpreter, local); in Execute() local 263 UScriptValuePtr v = expression_->Execute(interpreter, context); in Execute() local
|
D | script_expression.h | 76 … explicit IntegerExpression(int v) : UScriptExpression(UScriptExpression::EXPRESSION_TYPE_INTERGER) in IntegerExpression() 95 explicit FloatExpression(float v) : UScriptExpression(UScriptExpression::EXPRESSION_TYPE_FLOAT) in FloatExpression()
|
D | script_expression.cpp | 151 UScriptValuePtr v; in Execute() local
|
/base/startup/init/interfaces/innerkits/service_watcher/ |
D | service_watcher.c | 31 uint32_t v = 0; in ServiceStateChange() local
|
/base/hiviewdfx/hilog_lite/frameworks/mini/ |
D | hiview_log_limit.c | 102 void SetLimitThreshold(uint8 module, uint8 v) in SetLimitThreshold()
|
/base/update/updater/test/unittest/script/script_instruction/ |
D | basic_instruction_unittest.cpp | 61 static int32_t AddInputParamImpl(UScriptInstructionContext &ctx, const std::string &v) in AddInputParamImpl() 66 static int32_t AddInputParamImpl(UScriptInstructionContext &ctx, T v) in AddInputParamImpl() 70 static int32_t AddInputParamImpl(UScriptInstructionContext &ctx, int32_t v) in AddInputParamImpl()
|
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/ |
D | write_controller.h | 42 V v; in Get() local
|
D | hisysevent_c.h | 86 HiSysEventParamValue v; member
|
/base/telephony/state_registry/frameworks/native/observer/src/ |
D | telephony_observer_proxy.cpp | 96 for (const auto &v : vec) { in OnSignalInfoUpdated() local 135 for (const auto &v : vec) { in OnCellInfoUpdated() local
|
/base/update/updater/services/script/threadpool/ |
D | threadpool.cpp | 121 for (int v = tId; v < workSize; v += threadNumber_) { in AddNewTask() local
|
/base/telephony/core_service/frameworks/native/src/ |
D | telephony_state_registry_proxy.cpp | 180 for (const auto &v : vec) { in UpdateSignalInfo() local 215 for (const auto &v : vec) { in UpdateCellInfo() local
|
/base/update/updateservice/services/utils/src/ |
D | dupdate_timer.c | 46 static void UpdateTimerOutHandle(union sigval v) in UpdateTimerOutHandle()
|
/base/startup/init/test/moduletest/ |
D | param_test_cmds.c | 315 int v = CalcValue(buff + strlen("Pss:")); in BShellParamCmdMemGet() local 321 int v = CalcValue(buff + strlen("SwapPss:")); in BShellParamCmdMemGet() local
|
/base/powermgr/powermgr_lite/utils/src/ |
D | power_mgr_timer_util.c | 62 static void TimerHandle(union sigval v) in TimerHandle()
|
/base/update/updater/services/diffpatch/patch/ |
D | blocks_patch.cpp | 27 #define GET_BYTE_FROM_BUFFER(v, index, buffer) (y) = (y) * 256; (y) += buffer[index] argument
|
/base/telephony/state_registry/test/unittest/state_test/ |
D | state_registry_test.cpp | 622 for (const auto &v : vec) { variable 663 for (const auto &v : vec) { variable
|
/base/telephony/core_service/services/sim/src/ |
D | sim_number_decode.cpp | 28 for (const auto &v : arr) { in HexToStr() local
|