| /base/telephony/ril_adapter/services/vendor/src/ |
| D | vendor_util.c | 58 int32_t ReportStrWith(const char *s, const char *prefix) in ReportStrWith() 74 int32_t IsResponseSuccess(const char *s) in IsResponseSuccess() 85 int32_t IsResponseError(const char *s) in IsResponseError() 96 int32_t IsSms(const char *s) in IsSms() 107 int32_t IsSmsNotify(const char *s) in IsSmsNotify() 137 int32_t SkipATPrefix(char **s) in SkipATPrefix() 152 void SkipSpace(char **s) in SkipSpace() 163 int32_t NextInt(char **s, int32_t *out) in NextInt() 188 int64_t NextInt64(char **s, int64_t *out) in NextInt64() 213 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() 174 static int32_t WapPushNotifyMock(const char *s, HRilSmsResponse *smsResponse) in WapPushNotifyMock() 197 void OnNotifyOps(const char *s, const char *smsPdu) in OnNotifyOps() 250 static int32_t ParseStkResponseStr(const char *s, char **cmdResponseInfo) in ParseStkResponseStr() 270 bool OnNotifyStkOps(const char *s, const char *strInfo) in OnNotifyStkOps() 302 static void OnCsRegStatusNotify(struct ReportInfo reportInfo, int32_t ret, char *str, const char *s) in OnCsRegStatusNotify() 341 static void OnPsRegStatusNotify(struct ReportInfo reportInfo, int32_t ret, char *str, const char *s) in OnPsRegStatusNotify() 367 …atic void SignalStrengthNotify(struct ReportInfo reportInfo, int32_t ret, char *str, const char *s) in SignalStrengthNotify() 380 …atic void VoiceRadioInfoNotify(struct ReportInfo reportInfo, int32_t ret, char *str, const char *s) in VoiceRadioInfoNotify() 392 void OnNotifyNetWorksOps(const char *s, const char *infoStr) in OnNotifyNetWorksOps()
|
| D | vendor_channel.c | 122 int32_t WriteATCommand(const char *s, int32_t isPdu, int32_t atFd) in WriteATCommand()
|
| /base/global/resource_management_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() 274 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/hiviewdfx/faultloggerd/common/dfxutil/ |
| D | string_util.h | 31 inline bool StartsWith(const std::string& s, const std::string& prefix) in StartsWith() 36 inline bool EndsWith(const std::string& s, const std::string& suffix) in EndsWith()
|
| /base/sensors/sensor/utils/ipc/include/ |
| D | stream_buffer.h | 102 const char* s = StreamBufferGetErrorStatusRemark(streamBufferPtr_.get()); in Read() local 119 const char* s = StreamBufferGetErrorStatusRemark(streamBufferPtr_.get()); in Write() local
|
| /base/global/resource_management/frameworks/resmgr/src/utils/ |
| D | utils.cpp | 137 bool Utils::IsAlphaString(const char *s, int32_t len) in IsAlphaString() 152 bool Utils::IsNumericString(const char *s, int32_t len) in IsNumericString() 189 bool Utils::IsStrEmpty(const char *s) in IsStrEmpty() 194 size_t Utils::StrLen(const char *s) in StrLen() 390 RState Utils::ConvertColorToUInt32(const char *s, uint32_t &outValue) in ConvertColorToUInt32()
|
| /base/telephony/ril_adapter/utils/native/include/ |
| D | desensitize_string_stream.h | 71 std::streampos s = ss_.tellp(); in operator() local
|
| /base/security/huks/test/unittest/huks_standard_test/three_stage_test/include/ |
| D | hks_chipset_platform_test.h | 65 struct HksParamSet *s = nullptr; member
|
| /base/useriam/user_auth_framework/test/unittest/services/src/ |
| D | schedule_node_test.cpp | 338 InSequence s; // the following four method will be invoke in sequence variable 392 InSequence s; // the following four method will be invoke in sequence variable 442 InSequence s; // the following four method will be invoke in sequence variable 494 InSequence s; // the following four method will be invoke in sequence variable 548 InSequence s; // the following four method will be invoke in sequence variable
|
| /base/hiviewdfx/hilog/services/hilogd/ |
| D | main.cpp | 110 struct stat s; in RedirectStdStreamToLogFile() local 173 struct stat s; in HilogdEntry() local
|
| /base/update/updater/test/unittest/service_test/ |
| D | updater_service_unittest.cpp | 140 for (auto s : args) { variable 154 for (auto s : args) { variable
|
| /base/powermgr/thermal_manager/services/native/src/thermal_observer/ |
| D | thermal_common_event_receiver.cpp | 67 std::shared_ptr<Ces> s = std::make_shared<EventSubscriber>(info, eventHandles_); in RegisterSubscriber() local
|
| /base/telephony/cellular_call/services/connection/src/ |
| D | base_connection.cpp | 101 void BaseConnection::SetPostDialCallState(PostDialCallState s) in SetPostDialCallState()
|
| /base/powermgr/thermal_manager/utils/native/src/ |
| D | string_operation.cpp | 55 void StringOperation::ClearAllSpace(std::string s) in ClearAllSpace()
|
| /base/global/i18n/frameworks/intl/src/ |
| D | taboo.cpp | 45 struct stat s; in Taboo() local 238 struct stat s; in ReadResourceList() local
|
| /base/startup/init/services/loopevent/signal/ |
| D | le_signal.c | 33 ssize_t s = read(GetSocketFd(task), &fdsi, sizeof(fdsi)); in HandleSignalEvent_() local
|
| /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/update/updater/services/package/pkg_package/ |
| D | pkg_pkgfile.cpp | 102 for (auto s : states) { in CheckState() local
|
| /base/update/updater/test/unittest/flashd_test/ |
| D | flashd_unittest.cpp | 204 for (auto s : output) { variable 211 for (auto s : output) { variable
|
| /base/msdp/device_status/tools/vdev/src/ |
| D | virtual_touchscreen.cpp | 84 for (int32_t s = 0; s < N_SLOTS_AVAILABLE; ++s) { in SendTouchEvent() local
|
| /base/print/print_fwk/frameworks/innerkitsimpl/src/ |
| D | print_utils.cpp | 30 std::string PrintUtils::ToLower(const std::string &s) in ToLower()
|
| /base/hiviewdfx/hidumper/frameworks/native/src/util/ |
| D | string_utils.cpp | 121 ostringstream s; in SetWidth() local
|
| /base/useriam/face_auth/test/unittest/ |
| D | state_machine_test.cpp | 176 InSequence s; variable 211 InSequence s; variable 410 InSequence s; variable
|