| /base/hiviewdfx/faultloggerd/common/dfxutil/ |
| D | string_util.h | 46 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/ |
| 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 static void ProcessNotifyMock(const char *s, struct ReportInfo reportInfo) in ProcessNotifyMock() 209 void OnNotifyOps(const char *s, const char *smsPdu) in OnNotifyOps() 256 static int32_t ParseStkResponseStr(const char *s, char **cmdResponseInfo) in ParseStkResponseStr() 276 bool OnNotifyStkOps(const char *s, const char *strInfo) in OnNotifyStkOps() 308 static void OnCsRegStatusNotify(struct ReportInfo reportInfo, int32_t ret, char *str, const char *s) in OnCsRegStatusNotify() 347 static void OnPsRegStatusNotify(struct ReportInfo reportInfo, int32_t ret, char *str, const char *s) in OnPsRegStatusNotify() 373 …atic void SignalStrengthNotify(struct ReportInfo reportInfo, int32_t ret, char *str, const char *s) in SignalStrengthNotify() 386 …atic void VoiceRadioInfoNotify(struct ReportInfo reportInfo, int32_t ret, char *str, const char *s) in VoiceRadioInfoNotify() [all …]
|
| 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/web/webview/ohos_interface/ohos_glue/base/capi/ |
| D | ark_web_base_ref_counted_capi.h | 57 #define ARK_WEB_MEMBER_EXISTS(s, m) \ argument 60 #define ARK_WEB_FUNC_MEMBER_MISSING(s, f) (!ARK_WEB_MEMBER_EXISTS(s, f) || !((s)->f)) argument
|
| /base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
| D | api_dumper.cpp | 74 std::ostringstream s; in AddApiRetIntoResult() local 84 std::ostringstream s; in AddApiRetIntoResult() local
|
| /base/update/updater/test/unittest/flashd_test/ |
| D | flashd_utils_unittest.cpp | 52 for (auto s : output) { variable 59 for (auto s : output) { variable
|
| /base/web/webview/ohos_interface/ohos_glue/base/cpptoc/ |
| D | ark_web_cpptoc_ref_counted.h | 86 ArkWebRefPtr<BaseName> ArkWebCppToCRefCounted<ClassName, BaseName, StructName>::Get(StructName* s) in Get() 122 …kWebRefPtr<BaseName> ArkWebCppToCRefCounted<ClassName, BaseName, StructName>::Revert(StructName* s) in Revert() 147 ArkWebCppToCRefCounted<ClassName, BaseName, StructName>::GetBridgeStruct(StructName* s) in GetBridgeStruct()
|
| /base/sensors/sensor/utils/ipc/include/ |
| D | stream_buffer.h | 104 const char *s = StreamBufferGetErrorStatusRemark(streamBufferPtr_.get()); in Read() local 121 const char *s = StreamBufferGetErrorStatusRemark(streamBufferPtr_.get()); in Write() local
|
| /base/global/i18n/frameworks/intl/src/ |
| D | locale_util.cpp | 90 bool LocaleUtil::IsStrEmpty(const char *s) in IsStrEmpty() 106 bool LocaleUtil::IsAlphaString(const char *s, int32_t len) in IsAlphaString() 121 bool LocaleUtil::IsNumericString(const char *s, int32_t len) in IsNumericString()
|
| /base/tee/tee_client/services/teecd/src/ |
| D | tee_ca_daemon.c | 150 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/web/webview/interfaces/kits/napi/webviewcontroller/ |
| D | webview_javascript_result_callback.h | 81 napi_status s = napi_reference_ref(env_, objRef_, nullptr); variable 86 napi_status s = CreateNewWeakRef(env_, job.objRef_, &objRef_); variable 157 napi_status s = CreateNewWeakRef(env_, objRef_, &objRef_); in ToWeakRef() local 259 napi_status s = napi_has_named_property(env_, obj, methodName.c_str(), &hasFunc); in FindMethod() local 288 …napi_status s = napi_get_all_property_names(env_, obj, napi_key_include_prototypes, napi_key_all_p… in SetUpMethods() local 372 napi_status s = napi_reference_unref(env_, objRef_, &refCount); in Release() local
|
| D | webview_javascript_result_callback.cpp | 195 napi_status s = napi_ok; in CreateFunctionForH5() local 216 napi_status s = napi_ok; in AddFunctionToObjectForH5() local 225 napi_status s = napi_ok; in CreateProxyForH5Object() local 362 napi_status s = napi_ok; in ParseBasicTypeNwebValue2NapiValue() local 441 napi_status s = napi_ok; in ParseArrayNwebValue2NapiValue() local 462 napi_status s = napi_ok; in ParseDictionaryNwebValue2NapiValue() local 536 napi_status s = napi_ok; in ParseBasicTypeNapiValue2NwebValue() local 595 napi_status s = napi_ok; in ParseNapiValue2NwebValueHelper() local 636 napi_status s = napi_ok; in ParseDictionaryNapiValue2NwebValue() local 680 napi_status s = napi_ok; in HasAnnotationProperty() local [all …]
|
| /base/global/resource_management/frameworks/resmgr/src/utils/ |
| D | utils.cpp | 142 bool Utils::IsAlphaString(const char *s, int32_t len) in IsAlphaString() 157 bool Utils::IsNumericString(const char *s, int32_t len) in IsNumericString() 194 bool Utils::IsStrEmpty(const char *s) in IsStrEmpty() 199 size_t Utils::StrLen(const char *s) in StrLen() 400 RState Utils::ConvertColorToUInt32(const char *s, uint32_t &outValue) in ConvertColorToUInt32()
|
| /base/telephony/core_service/interfaces/innerkits/include/ |
| D | desensitize_string_stream.h | 71 std::streampos s = ss_.tellp(); in operator() local
|
| /base/print/print_fwk/utils/include/ |
| D | print_ipp_over_usb_util.h | 50 inline std::string PrintIppOverUsbUtil::Uint8ToHexString(const uint8_t *v, const size_t s) in Uint8ToHexString() 69 inline void PrintIppOverUsbUtil::TrimString(std::string &s) in TrimString()
|
| /base/powermgr/power_manager/utils/lib_loader/src/ |
| D | interface_loader.cpp | 30 for (const std::string& s : symbolArr) { in InterfaceLoader() local
|
| /base/tee/tee_client/frameworks/libteec_vendor/ |
| D | tee_client_socket.c | 50 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/ |
| D | schedule_node_test.cpp | 343 InSequence s; // the following four method will be invoke in sequence variable 397 InSequence s; // the following four method will be invoke in sequence variable 446 InSequence s; // the following four method will be invoke in sequence variable 499 InSequence s; // the following four method will be invoke in sequence variable 554 InSequence s; // the following four method will be invoke in sequence variable
|
| /base/hiviewdfx/hilog/services/hilogd/ |
| D | main.cpp | 111 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/ |
| D | hks_chipset_platform_test.h | 69 struct HksParamSet *s = nullptr; member
|
| /base/hiviewdfx/hicollie/frameworks/native/thread_sampler/ |
| D | thread_sampler_utils.cpp | 49 std::string s = timeChars; in TimeFormat() local
|
| /base/update/updater/test/unittest/service_test/ |
| D | updater_service_unittest.cpp | 131 for (auto s : args) { variable 145 for (auto s : args) { variable
|
| /base/web/webview/ohos_interface/ohos_glue/base/ctocpp/ |
| D | ark_web_ctocpp_ref_counted.h | 67 …kWebRefPtr<BaseName> ArkWebCToCppRefCounted<ClassName, BaseName, StructName>::Invert(StructName* s) in Invert()
|