/base/location/frameworks/js/napi/source/ |
H A D | napi_util.cpp | 750 napi_status SetValueUtf8String(const napi_env& env, const char* fieldStr, const char* str, napi_value& result) in SetValueUtf8String() argument
|
/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/ |
H A D | hitrace_dump.cpp | 153 std::vector<std::string> Split(const std::string &str, char delimiter)
in Split() argument 231 bool WriteStrToFileInner(const std::string& filename, const std::string& str)
in WriteStrToFileInner() argument 239 out << str;
in WriteStrToFileInner() local 250 bool WriteStrToFile(const std::string& filename, const std::string& str)
in WriteStrToFile() argument 1252 RemoveUnSpace(std::string str, std::string& args) RemoveUnSpace() argument 1291 std::string str = ":"; ParseArgs() local [all...] |
/base/account/os_account/services/accountmgr/src/domain_account/ |
H A D | inner_domain_account_manager.cpp | 329 static void SetPluginString(const std::string &str, PluginString &pStr)
in SetPluginString() argument 417 static ErrCode GetAndCleanPluginString(PluginString &pStr, std::string &str)
in GetAndCleanPluginString() argument
|
/base/request/request/frameworks/js/napi/src/ |
H A D | js_initialize.cpp | 862 bool JsInitialize::InterceptData(const std::string &str, const std::string &in, std::string &out)
in InterceptData() argument 1291 void JsInitialize::StringSplit(const std::string &str, const char delim, std::vector<std::string> &elems)
in StringSplit() argument 1303 void JsInitialize::StringTrim(std::string &str)
in StringTrim() argument [all...] |
/base/msdp/device_status/services/interaction/drag/src/ |
H A D | drag_manager.cpp | 209 std::string str = udKey + "-" + std::to_string(recordSize) + ";"; in PrintDragData() local 1851 std::string str = udKey + "-" + std::to_string(recordSize) + ";"; in ReportDragRadarInfo() local
|
/base/notification/common_event_service/frameworks/native/src/ |
H A D | common_event_support.cpp | 2845 bool CommonEventSupport::IsSystemEvent(std::string &str) in IsSystemEvent() argument
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences_database.cpp | 1161 void NotificationPreferencesDatabase::StringToVector(const std::string &str, std::vector<int64_t> &data) const in StringToVector() argument [all...] |
/base/security/certificate_framework/frameworks/adapter/v1.0/src/ |
H A D | x509_certificate_openssl.c | 1140 const char *str = (const char *)ASN1_STRING_get0_data(ans1Str); in STACK_OF() local 1922 const char *str = (const char *)ASN1_STRING_get0_data(uri); in DeepCopyURIs() local [all...] |
/base/security/crypto_framework/test/fuzztest/key/asykeygenerator_fuzzer/ |
H A D | asykeygenerator_fuzzer.cpp | 428 static void RemoveLastChar(const unsigned char *str, unsigned char *dest, uint32_t destLen) in RemoveLastChar() argument
|
/base/security/device_auth/services/data_manager/src/ |
H A D | data_manager.c | 153 HcString str = CreateString(); in LoadStringVectorFromParcel() local 171 HcString *str = NULL; in SaveStringVectorToParcel() local [all...] |
/base/startup/init/services/init/ |
H A D | init_service_manager.c | 258 char *str = cJSON_GetStringValue(json); in GetUid() local 274 char *str = cJSON_GetStringValue(json); in GetGid() local
|
/base/telephony/core_service/test/unittest/tel_ril_gtest/ |
H A D | tel_ril_test_util.cpp | 2480 std::string str; in GetRandPhoneNum() local
|
/base/telephony/call_manager/frameworks/js/napi/src/ |
H A D | napi_call_ability_callback.cpp | 1815 int32_t NapiCallAbilityCallback::UpdatePostDialDelay(const std::string str) in UpdatePostDialDelay() argument
|
/base/telephony/call_manager/services/call/src/ |
H A D | call_control_manager.cpp | 605 int32_t CallControlManager::StartDtmf(int32_t callId, char str) in StartDtmf() argument 1605 std::string str = ""; in onButtonDealing() local
|
/base/telephony/core_service/services/network_search/src/ |
H A D | network_search_manager.cpp | 515 std::u16string str; in GetOperatorNumeric() local
|
/base/telephony/core_service/services/tel_ril/test/ |
H A D | tel_ril_test.cpp | 2064 std::string str; in OnRequestSetUssdTest() local 2067 std::cin >> str; in OnRequestSetUssdTest() local
|
/base/telephony/ril_adapter/services/vendor/src/ |
H A D | at_network.c | 149 char *str = (char *)srcStr; in FindSemicolonCharNum() local 178 char *str = (char *)s; in ExtractRegStatus() local 235 char *str = (char *)srcStr; ParseRegStatusStr() local 276 char *str = (char *)s; ProcessRegStatus() local 859 ParseCellInfoGsm(const char *str, CellInfo *ci) ParseCellInfoGsm() argument 896 ParseCellInfoLte(const char *str, CellInfo *ci) ParseCellInfoLte() argument 930 ParseCellInfoWcdma(const char *str, CellInfo *ci) ParseCellInfoWcdma() argument 961 ParseCellInfoCdma(const char *str, CellInfo *ci) ParseCellInfoCdma() argument 1007 ParseCellInfoTdscdma(const char *str, CellInfo *ci) ParseCellInfoTdscdma() argument 1053 ParseCellInfoNr(const char *str, CellInfo *ci) ParseCellInfoNr() argument 1084 ParseCellInfos(const char *str, const CellInfo *cellInfo) ParseCellInfos() argument 1310 ParseGetCurrentCellInfoResponseLineSwitch(const char *str, const CurrentCellInfoVendor *hrilResponse) ParseGetCurrentCellInfoResponseLineSwitch() argument 1393 char *str = (char *)s; ResidentNetworkUpdated() local 1431 char *str = (char *)s; ProcessCurrentCellList() local 2003 FillNeighboringCellSsbId(const char *str, NrCellSsbIdsVendor *nrSsbIdInfo) FillNeighboringCellSsbId() argument 2052 FillServingCellSsbId(const char *str, NrCellSsbIdsVendor *nrSsbIdInfo) FillServingCellSsbId() argument 2072 ProcessNrSsbId(const char *str, NrCellSsbIdsVendor *nrSsbId) ProcessNrSsbId() argument [all...] |
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_manager.cpp | 510 int32_t TelRilManager::SetUssd(int32_t slotId, const std::string str, const AppExecFwk::InnerEvent::Pointer &response) in SetUssd() argument
|
H A D | tel_ril_call.cpp | 513 int32_t TelRilCall::SetUssd(const std::string str, const AppExecFwk::InnerEvent::Pointer &result) in SetUssd() argument
|
/base/telephony/call_manager/services/call_manager_service/src/ |
H A D | call_manager_service.cpp | 538 int32_t CallManagerService::StartDtmf(int32_t callId, char str) in StartDtmf() argument
|
/base/telephony/core_service/services/sim/src/ |
H A D | sim_file.cpp | 402 std::string str = ParseSpn(iccData, spnStatus_); in ProcessSpnGeneral() local
|
/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_sms_test.cpp | 272 std::string str = "3gpp"; in HWTEST_F() local 345 std::string str = ""; in HWTEST_F() local 1188 std::string str; in HWTEST_F() local 2058 std::string str; HWTEST_F() local [all...] |
/base/web/webview/interfaces/kits/cj/src/ |
H A D | webview_controller_impl.cpp | 858 void WebviewControllerImpl::SearchAllAsync(std::string str) in SearchAllAsync() argument
|
/base/web/webview/interfaces/kits/napi/webviewcontroller/ |
H A D | webview_javascript_result_callback.cpp | 97 void StringSplit(std::string str, const char split, std::vector<std::string>& result) in StringSplit() argument
|
/drivers/hdf_core/framework/support/platform/src/hdmi/ |
H A D | hdmi_cec.c | 937 void HdmiCecEncodingSetOsdStringMsg(struct HdmiCecMsg *msg, uint8_t dispControl, uint8_t *str, uint32_t len) in HdmiCecEncodingSetOsdStringMsg() argument
|