| /base/telephony/ril_adapter/services/vendor/src/ |
| D | vendor_util.c | 57 int32_t ReportStrWith(const char *s, const char *prefix) in ReportStrWith() 73 int32_t IsResponseSuccess(const char *s) in IsResponseSuccess() 84 int32_t IsResponseError(const char *s) in IsResponseError() 95 int32_t IsSms(const char *s) in IsSms() 103 int32_t IsSmsNotify(const char *s) in IsSmsNotify() 127 int32_t SkipATPrefix(char **s) in SkipATPrefix() 142 void SkipSpace(char **s) in SkipSpace() 153 int32_t NextInt(char **s, int32_t *out) in NextInt() 178 int64_t NextInt64(char **s, int64_t *out) in NextInt64() 203 int32_t NextIntNotSkipNextComma(char **s, int32_t *out) in NextIntNotSkipNextComma() [all …]
|
| D | vendor_report.c | 156 static int32_t CdmaSmsNotifyMock(const char *s, HRilSmsResponse *smsResponse) in CdmaSmsNotifyMock() 171 static int32_t WapPushNotifyMock(const char *s, HRilSmsResponse *smsResponse) in WapPushNotifyMock() 191 void OnNotifyOps(const char *s, const char *smsPdu) in OnNotifyOps() 238 static int32_t ParseStkResponseStr(const char *s, char **cmdResponseInfo) in ParseStkResponseStr() 258 bool OnNotifyStkOps(const char *s, const char *strInfo) in OnNotifyStkOps() 290 static void OnCsRegStatusNotify(struct ReportInfo reportInfo, int32_t ret, char *str, const char *s) in OnCsRegStatusNotify() 320 static void OnPsRegStatusNotify(struct ReportInfo reportInfo, int32_t ret, char *str, const char *s) in OnPsRegStatusNotify() 346 …atic void SignalStrengthNotify(struct ReportInfo reportInfo, int32_t ret, char *str, const char *s) in SignalStrengthNotify() 359 …atic void VoiceRadioInfoNotify(struct ReportInfo reportInfo, int32_t ret, char *str, const char *s) in VoiceRadioInfoNotify() 371 void OnNotifyNetWorksOps(const char *s, const char *infoStr) in OnNotifyNetWorksOps()
|
| D | vendor_channel.c | 107 int32_t WriteATCommand(const char *s, int32_t isPdu, int32_t atFd) in WriteATCommand()
|
| D | at_modem.c | 234 int32_t ProcessVoiceRadioInfo(const char *s, const HRilVoiceRadioInfo *hrilVoiceRadioInfo) in ProcessVoiceRadioInfo()
|
| /base/hiviewdfx/hilog/services/hilogtool/ |
| D | main.cpp | 253 for (auto s : v) { in HilogEntry() local 259 for (auto s : v) { in HilogEntry() local 281 for (auto s : v) { in HilogEntry() local 287 for (auto s : v) { in HilogEntry() local 358 for (auto s: v) { in HilogEntry() local 369 for (auto s: v) { in HilogEntry() local 406 for (auto s: v) { in HilogEntry() local 412 for (auto s: v) { in HilogEntry() local 448 for (auto s: v) { in HilogEntry() local 454 for (auto s: v) { in HilogEntry() local
|
| /base/global/resmgr_standard/frameworks/resmgr/src/utils/ |
| D | utils.cpp | 26 bool Utils::IsAlphaString(const char *s, int32_t len) in IsAlphaString() 41 bool Utils::IsNumericString(const char *s, int32_t len) in IsNumericString() 78 bool Utils::IsStrEmpty(const char *s) in IsStrEmpty() 83 size_t Utils::StrLen(const char *s) in StrLen() 278 RState Utils::ConvertColorToUInt32(const char *s, uint32_t &outValue) in ConvertColorToUInt32()
|
| /base/global/resmgr_lite/frameworks/resmgr_lite/src/utils/ |
| D | utils.cpp | 26 bool Utils::IsAlphaString(const char *s, int32_t len) in IsAlphaString() 41 bool Utils::IsNumericString(const char *s, int32_t len) in IsNumericString() 78 bool Utils::IsStrEmpty(const char *s) in IsStrEmpty() 83 size_t Utils::StrLen(const char *s) in StrLen() 273 RState Utils::ConvertColorToUInt32(const char *s, uint32_t &outValue) in ConvertColorToUInt32()
|
| /base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
| D | api_dumper.cpp | 72 std::ostringstream s; in AddApiRetIntoResult() local 82 std::ostringstream s; in AddApiRetIntoResult() local
|
| /base/telephony/ril_adapter/utils/native/include/ |
| D | desensitize_string_stream.h | 71 std::streampos s = ss_.tellp(); in operator() local
|
| /base/user_iam/face_auth/services/ca_mock/src/ |
| D | face_auth_ca.cpp | 463 std::string s = casenum; in ReadFile() local 575 void FaceAuthCA::CheckFile(std::string s) in CheckFile() 778 std::string s = casenum; in ReadInitFile() local 795 std::string s = casenum; in ReadReleaseFile() local 801 void FaceAuthCA::CheckInitFile(std::string s) in CheckInitFile() 817 void FaceAuthCA::CheckReleaseFile(std::string s) in CheckReleaseFile()
|
| /base/powermgr/thermal_manager/utils/native/src/ |
| D | string_operation.cpp | 51 void StringOperation::ClearAllSpace(std::string s) in ClearAllSpace()
|
| /base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/ |
| D | hiappevent_pack.cpp | 55 void AddEventParam(std::shared_ptr<AppEventPack> appEventPack, const std::string& key, short s) in AddEventParam() 103 …id AddEventParam(std::shared_ptr<AppEventPack> appEventPack, const std::string& key, const char *s) in AddEventParam() 111 …ventParam(std::shared_ptr<AppEventPack> appEventPack, const std::string& key, const std::string& s) in AddEventParam()
|
| D | hiappevent_base.cpp | 257 void AppEventPack::AddParam(const std::string& key, short s) in AddParam() 299 void AppEventPack::AddParam(const std::string& key, const char *s) in AddParam() 306 void AppEventPack::AddParam(const std::string& key, const std::string& s) in AddParam()
|
| /base/telephony/cellular_call/services/common/src/ |
| D | mmi_code_utils.cpp | 27 constexpr unsigned long long operator"" _hash(char const *p, size_t s) in operator ""_hash()
|
| /base/powermgr/power_manager/services/native/src/ |
| D | power_mgr_monitor.cpp | 75 shared_ptr<Ces> s = make_shared<EventSubscriber>(info, eventHandles_); in RegisterSubscriber() local
|
| /base/powermgr/thermal_manager/services/native/src/thermal_observer/ |
| D | thermal_common_event_receiver.cpp | 66 std::shared_ptr<Ces> s = std::make_shared<EventSubscriber>(info, eventHandles_); in RegisterSubscriber() local
|
| /base/startup/init_lite/services/loopevent/signal/ |
| D | le_signal.c | 35 ssize_t s = read(GetSocketFd(task), &fdsi, sizeof(fdsi)); in HandleSignalEvent_() local
|
| /base/update/updater/services/package/pkg_package/ |
| D | pkg_pkgfile.cpp | 92 for (auto s : states) { in CheckState() local
|
| /base/startup/syspara_lite/adapter/native/syspara/src/ |
| D | parameters.cpp | 106 const char* s = str.c_str(); in StringToInt() local 133 const char* s = str.c_str(); in StringToUint() local
|
| /base/hiviewdfx/faultloggerd/tools/process_dump/ |
| D | dfx_config.cpp | 199 void DfxConfig::Trim(std::string& s) in Trim()
|
| /base/hiviewdfx/hidumper/frameworks/native/src/util/ |
| D | string_utils.cpp | 121 ostringstream s; in SetWidth() local
|
| /base/update/updater/services/script/yacc/ |
| D | parser.cpp | 162 Parser::by_state::by_state(state_type s) YY_NOEXCEPT in by_state() 314 Parser::stack_symbol_type::stack_symbol_type(state_type s, YY_MOVE_REF (symbol_type)that) in stack_symbol_type() 758 void Parser::yypush_(const char *m, state_type s, YY_MOVE_REF (symbol_type)sym) in yypush_()
|
| /base/security/access_token/interfaces/innerkits/nativetoken/test/unittest/src/ |
| D | nativetoken_kit_test.cpp | 229 string s = "GetAccessTokenId006"; variable
|
| /base/update/updater/services/flashd/daemon/ |
| D | daemon.cpp | 191 string s = string((char *)payload, payloadSize); in DaemonSessionHandshake() local
|
| /base/update/updater/services/ui/ |
| D | text_label.cpp | 263 char* s = textBuf_; in DrawText() local
|