| /commonlibrary/ets_utils/js_api_module/uri/ |
| D | native_module_uri.cpp | 106 std::string temp = muri->IsFailed(); in IsFailed() local 119 std::string temp = muri->ToString(); in UriToString() local 132 std::string temp = muri->GetScheme(); in GetScheme() local 145 std::string temp = muri->GetAuthority(); in GetAuthority() local 158 std::string temp = muri->GetSsp(); in GetSsp() local 171 std::string temp = muri->GetUserinfo(); in GetUserinfo() local 184 std::string temp = muri->GetHost(); in GetHost() local 197 std::string temp = muri->GetPort(); in GetPort() local 210 std::string temp = muri->GetPath(); in GetPath() local 223 std::string temp = muri->GetQuery(); in GetQuery() local [all …]
|
| D | js_uri.cpp | 385 std::vector<std::string> temp; in Normalize() local
|
| /commonlibrary/ets_utils/js_util_module/util/ |
| D | js_textdecoder.h | 117 uint32_t temp = label_ & static_cast<uint32_t>(ConverterFlags::BOM_SEEN_FLG); in IsBomFlag() local 130 uint32_t temp = label_ & static_cast<uint32_t>(ConverterFlags::UNICODE_FLG); in IsUnicode() local 143 uint32_t temp = label_ & static_cast<uint32_t>(ConverterFlags::IGNORE_BOM_FLG); in IsIgnoreBom() local
|
| D | js_textdecoder.cpp | 124 uint32_t temp = label_ & static_cast<uint32_t>(ConverterFlags::FATAL_FLG); in GetFatal() local 138 uint32_t temp = label_ & static_cast<uint32_t>(ConverterFlags::IGNORE_BOM_FLG); in GetIgnoreBOM() local
|
| D | js_base64.cpp | 96 size_t temp = 0; in EncodeAchieve() local 202 size_t temp = 0; in DecodeAchieve() local 253 size_t temp = retLen; in DecodeOut() local 356 size_t temp = 0; in EncodeAchieves() local 545 size_t temp = 0; in DecodeAchieves() local
|
| D | js_uuid.cpp | 85 unsigned char temp = 0; // 0: initialization in ConvertBits() local
|
| D | native_module_util.cpp | 63 static std::string temp = "cdfijoOs"; variable
|
| /commonlibrary/ets_utils/js_sys_module/test/unittest/ |
| D | test_process.cpp | 109 napi_value temp = nullptr; variable 134 napi_value temp = nullptr; variable 159 napi_value temp = nullptr; variable 181 napi_value temp = nullptr; variable 317 napi_value temp = nullptr; variable 342 napi_value temp = nullptr; variable 387 napi_value temp = nullptr; variable 419 napi_value temp = nullptr; variable 442 napi_value temp = nullptr; variable 539 napi_value temp = nullptr; variable [all …]
|
| /commonlibrary/ets_utils/js_api_module/url/ |
| D | js_url.cpp | 105 std::string temp = input; in DecodeSpecialChars() local 166 auto temp = g_head.count(scheme); in IsSpecial() local 258 std::vector<std::string> temp; in AnalysisPath() local 341 std::vector<std::string> temp; in DealIpv4() local 380 std::string temp = ""; in FormatIpv6() local 464 std::vector<std::string> temp; in Compress() local 555 bool RemovalIpv4(std::vector<std::string> &temp, std::string str) in RemovalIpv4() 627 std::string temp = SplitNum(nums[index], number); in FormatIpv4() local 647 std::vector<std::string> temp; in AnalyseIPv4() local 717 std::vector<std::string> temp; in AnalysisFilePath() local [all …]
|
| D | native_module_url.cpp | 39 std::string temp, tempType = ""; in UrlStructor() local
|
| /commonlibrary/ets_utils/js_api_module/xml/ |
| D | js_xml.cpp | 743 unsigned char temp = strXml_[position_]; in SkipInvalidChar() local 929 size_t temp = GetNSCount(depth) << 1; in GetNamespace() local 1081 unsigned char temp = strXml_[position_]; in ParseStartTagFunc() local 1707 int temp = (reinterpret_cast<XmlPullParser *>(obj))->GetColumnNumber(); in GetColumnNumber() local 1723 int temp = (reinterpret_cast<XmlPullParser *>(obj))->GetDepth(); in GetDepth() local 1739 int temp = (reinterpret_cast<XmlPullParser *>(obj))->GetLineNumber(); in GetLineNumber() local 1755 std::string temp = (reinterpret_cast<XmlPullParser *>(obj))->GetName(); in GetName() local 1771 std::string temp = (reinterpret_cast<XmlPullParser *>(obj))->GetNamespace(); in GetNamespace() local 1787 std::string temp = (reinterpret_cast<XmlPullParser *>(obj))->GetPrefix(); in GetPrefix() local 1803 std::string temp = (reinterpret_cast<XmlPullParser *>(obj))->GetText(); in GetText() local [all …]
|
| D | native_module_xml.cpp | 351 std::string temp = object->XmlSerializerError(); in XmlSerializerError() local 411 std::string temp = object->XmlPullParserError(); in XmlPullParserError() local
|
| /commonlibrary/c_utils/base/src/ |
| D | parcel.cpp | 786 int32_t temp = Read<int32_t>(); in ReadBool() local 797 int32_t temp = Read<int32_t>(); in ReadInt8() local 803 int32_t temp = Read<int32_t>(); in ReadInt16() local 819 uint32_t temp = Read<uint32_t>(); in ReadUint8() local 825 uint32_t temp = Read<uint32_t>(); in ReadUint16() local 852 int32_t temp; in ReadPadded() local
|
| /commonlibrary/ets_utils/js_sys_module/process/ |
| D | js_process.cpp | 270 std::string temp = ""; in Off() local 356 std::string temp = ""; in GetEnvironmentVar() local 688 std::string temp = ""; in GetEnvironmentVar() local
|
| D | js_childprocess.cpp | 410 auto temp = reinterpret_cast<OptionsInfo*>(data); in TimeoutListener() local
|
| /commonlibrary/ets_utils/js_sys_module/dfx/ |
| D | native_module_dfx.cpp | 59 bool temp = engine->BuildNativeAndJsStackTrace(stackTraceResult); in BuildNativeAndJsStackTrace() local
|
| /commonlibrary/ets_utils/js_api_module/url/src/ |
| D | js_url.ts | 746 let temp: string = this.protocol_; variable
|