Home
last modified time | relevance | path

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

1234

/base/hiviewdfx/faultloggerd/common/dfxutil/
Dstring_util.h46 inline bool StartsWith(const std::string& s, const std::string& prefix) in StartsWith()
51 inline bool StartsWith(const std::string& s, char prefix) in StartsWith()
56 inline bool StartsWithIgnoreCase(const std::string& s, const std::string& prefix) in StartsWithIgnoreCase()
61 inline bool EndsWith(const std::string& s, const std::string& suffix) in EndsWith()
67 inline bool EndsWith(const std::string& s, char suffix) in EndsWith()
72 inline bool EndsWithIgnoreCase(const std::string& s, const std::string& suffix) in EndsWithIgnoreCase()
/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/update/updater/test/unittest/flashd_test/
Dflashd_utils.cpp52 for (auto s : output) { variable
59 for (auto s : output) { variable
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dapi_dumper.cpp74 std::ostringstream s; in AddApiRetIntoResult() local
84 std::ostringstream s; in AddApiRetIntoResult() local
/base/sensors/sensor/utils/ipc/include/
Dstream_buffer.h104 const char *s = StreamBufferGetErrorStatusRemark(streamBufferPtr_.get()); in Read() local
121 const char *s = StreamBufferGetErrorStatusRemark(streamBufferPtr_.get()); in Write() local
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_javascript_result_callback.h61 napi_status s = napi_create_reference(env, value, refCount, &objRef_); in env_() local
72 napi_status s = napi_create_reference(env, value, refCount, &objRef_); in env_() local
96 napi_status s = napi_reference_ref(env_, objRef_, nullptr); variable
101 napi_status s = CreateNewWeakRef(env_, job.objRef_, &objRef_); variable
167 napi_status s = CreateNewWeakRef(env_, objRef_, &objRef_); in ToWeakRef() local
240 napi_status s = napi_has_named_property(env_, obj, methodName.c_str(), &hasFunc); in FindMethod() local
269 …napi_status s = napi_get_all_property_names(env_, obj, napi_key_include_prototypes, napi_key_all_p… in SetUpMethods() local
341 napi_status s = napi_reference_unref(env_, objRef_, &refCount); in Release() local
Dwebview_javascript_result_callback.cpp180 napi_status s = napi_ok; in CreateFunctionForH5() local
201 napi_status s = napi_ok; in AddFunctionToObjectForH5() local
210 napi_status s = napi_ok; in CreateProxyForH5Object() local
347 napi_status s = napi_ok; in ParseBasicTypeNwebValue2NapiValue() local
426 napi_status s = napi_ok; in ParseArrayNwebValue2NapiValue() local
447 napi_status s = napi_ok; in ParseDictionaryNwebValue2NapiValue() local
521 napi_status s = napi_ok; in ParseBasicTypeNapiValue2NwebValue() local
579 napi_status s = napi_ok; in ParseNapiValue2NwebValueHelper() local
620 napi_status s = napi_ok; in ParseDictionaryNapiValue2NwebValue() local
664 napi_status s = napi_ok; in IsCallableObject() local
[all …]
/base/tee/tee_client/services/teecd/src/
Dtee_ca_daemon.c150 static void ProcessAccept(int s, CaRevMsg *caInfo) in ProcessAccept()
220 int32_t s = socket(AF_UNIX, SOCK_STREAM, 0); in CreateSocket() local
257 int32_t s = CreateSocket(); in CaServerWorkThread() 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()
389 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/tee/tee_client/frameworks/libteec_vendor/
Dtee_client_socket.c50 int s = socket(AF_UNIX, SOCK_STREAM, 0); in ConnectTeecdSocket() local
212 int s = -1; in CaDaemonConnectWithCaInfo() local
/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.cpp111 struct stat s; in RedirectStdStreamToLogFile() local
174 struct stat s; in HilogdEntry() local
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/include/
Dhks_chipset_platform_test.h69 struct HksParamSet *s = nullptr; member
/base/powermgr/thermal_manager/services/native/src/thermal_observer/
Dthermal_common_event_receiver.cpp71 std::shared_ptr<Ces> s = std::make_shared<EventSubscriber>(info, eventHandles_); in RegisterSubscriber() local
/base/msdp/device_status/rust/subsystem/device_profile/binding/src/
Dfusion_security.cpp83 CString::CString(const char* s) in CString()
/base/telephony/cellular_call/services/connection/src/
Dbase_connection.cpp101 void BaseConnection::SetPostDialCallState(PostDialCallState s) in SetPostDialCallState()
/base/update/updater/test/unittest/service_test/
Dupdater_service_unittest.cpp141 for (auto s : args) { variable
155 for (auto s : args) { variable
/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.cpp49 struct stat s; in Taboo() local
246 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()

1234