Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 67) sorted by relevance

123

/base/telephony/ril_adapter/services/vendor/src/
Dvendor_util.c58 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 …]
Dvendor_report.c156 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()
Dvendor_channel.c122 int32_t WriteATCommand(const char *s, int32_t isPdu, int32_t atFd) in WriteATCommand()
/base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/
Dutils.cpp26 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/
Dapi_dumper.cpp72 std::ostringstream s; in AddApiRetIntoResult() local
82 std::ostringstream s; in AddApiRetIntoResult() local
/base/hiviewdfx/faultloggerd/common/dfxutil/
Dstring_util.h31 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/
Dstream_buffer.h102 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/
Dutils.cpp137 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/
Ddesensitize_string_stream.h71 std::streampos s = ss_.tellp(); in operator() local
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/include/
Dhks_chipset_platform_test.h65 struct HksParamSet *s = nullptr; member
/base/useriam/user_auth_framework/test/unittest/services/src/
Dschedule_node_test.cpp338 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/
Dmain.cpp110 struct stat s; in RedirectStdStreamToLogFile() local
173 struct stat s; in HilogdEntry() local
/base/update/updater/test/unittest/service_test/
Dupdater_service_unittest.cpp140 for (auto s : args) { variable
154 for (auto s : args) { variable
/base/powermgr/thermal_manager/services/native/src/thermal_observer/
Dthermal_common_event_receiver.cpp67 std::shared_ptr<Ces> s = std::make_shared<EventSubscriber>(info, eventHandles_); in RegisterSubscriber() local
/base/telephony/cellular_call/services/connection/src/
Dbase_connection.cpp101 void BaseConnection::SetPostDialCallState(PostDialCallState s) in SetPostDialCallState()
/base/powermgr/thermal_manager/utils/native/src/
Dstring_operation.cpp55 void StringOperation::ClearAllSpace(std::string s) in ClearAllSpace()
/base/global/i18n/frameworks/intl/src/
Dtaboo.cpp45 struct stat s; in Taboo() local
238 struct stat s; in ReadResourceList() local
/base/startup/init/services/loopevent/signal/
Dle_signal.c33 ssize_t s = read(GetSocketFd(task), &fdsi, sizeof(fdsi)); in HandleSignalEvent_() local
/base/telephony/cellular_call/services/common/src/
Dmmi_code_utils.cpp27 constexpr unsigned long long operator"" _hash(char const *p, size_t s) in operator ""_hash()
/base/update/updater/services/package/pkg_package/
Dpkg_pkgfile.cpp102 for (auto s : states) { in CheckState() local
/base/update/updater/test/unittest/flashd_test/
Dflashd_unittest.cpp204 for (auto s : output) { variable
211 for (auto s : output) { variable
/base/msdp/device_status/tools/vdev/src/
Dvirtual_touchscreen.cpp84 for (int32_t s = 0; s < N_SLOTS_AVAILABLE; ++s) { in SendTouchEvent() local
/base/print/print_fwk/frameworks/innerkitsimpl/src/
Dprint_utils.cpp30 std::string PrintUtils::ToLower(const std::string &s) in ToLower()
/base/hiviewdfx/hidumper/frameworks/native/src/util/
Dstring_utils.cpp121 ostringstream s; in SetWidth() local
/base/useriam/face_auth/test/unittest/
Dstate_machine_test.cpp176 InSequence s; variable
211 InSequence s; variable
410 InSequence s; variable

123