| /commonlibrary/ets_utils/js_sys_module/test/unittest/ |
| D | test_process.cpp | 118 bool res = false; variable 143 bool res = false; variable 165 bool res = false; variable 187 bool res = false; variable 204 bool res = false; variable 223 bool res = false; variable 242 bool res = false; variable 261 bool res = false; variable 280 bool res = false; variable 299 bool res = false; variable [all …]
|
| /commonlibrary/ets_utils/js_sys_module/process/ |
| D | js_childprocess.cpp | 127 napi_value res = nullptr; in Wait() local 150 napi_value res = nullptr; in GetOutput() local 164 napi_value res = nullptr; in GetOutput() local 178 napi_value res = nullptr; in GetErrorOutput() local 192 napi_value res = nullptr; in GetErrorOutput() local 215 napi_value res = nullptr; in Getpid() local 380 … auto res = std::find(signalType.begin(), signalType.end(), static_cast<int32_t>(signal)); in Kill() local 416 auto res = std::find(signalType.begin(), signalType.end(), temp->killSignal); in TimeoutListener() local
|
| D | js_process.cpp | 422 auto res = clock_gettime(CLOCK_PROCESS_CPUTIME_ID, ×pro); in GetStartRealtime() local 446 auto res = clock_gettime(CLOCK_PROCESS_CPUTIME_ID, ×); in GetPastCputime() local 472 napi_value res = nullptr; in UnHandle() local 493 napi_value res = nullptr; in AddHandle() local 515 napi_value res = nullptr; in UnHandleRejection() local 532 napi_value res = nullptr; in OnUnHandleRejection() local 554 napi_value res = nullptr; in CheckUnhandleRejections() local 574 napi_value res = nullptr; in SetRejectionCallback() local
|
| D | native_module_process.cpp | 331 napi_value res = nullptr; in Abort() local 353 napi_value res = nullptr; in Exit() local 521 napi_value res = nullptr; in ThrowError() local 564 napi_value res = nullptr; in ExitOfProcess() local
|
| /commonlibrary/ets_utils/js_api_module/test_buffer/unittest/ |
| D | test_napi.cpp | 224 int32_t res = buf->ReadInt32BE(0); variable 241 int32_t res = buf->ReadInt32BE(1); variable 258 int32_t res = buf->ReadInt32BE(1); variable 276 int32_t res = buf->ReadInt32LE(0); variable 296 int32_t res = buf->ReadInt32LE(0); variable 314 int32_t res = buf->ReadInt32LE(1); variable 332 int32_t res = buf->ReadUInt32BE(0); variable 350 int32_t res = buf->ReadUInt32BE(0); variable 368 int32_t res = buf->ReadUInt32BE(1); variable 386 int32_t res = buf->ReadUInt32LE(0); variable [all …]
|
| /commonlibrary/ets_utils/js_api_module/test_uri/unittest/ |
| D | test_napi.cpp | 450 bool res = uri.IsAbsolute(); variable 457 bool res = uri.IsAbsolute(); variable 464 bool res = uri.IsAbsolute(); variable
|
| /commonlibrary/ets_utils/js_util_module/test_util/unittest/ |
| D | test_util.cpp | 264 char* res = reinterpret_cast<char*>(srcData); variable 326 char* res = reinterpret_cast<char*>(srcData); variable 1132 char* res = (char*)srcData; variable 1167 char* res = (char*)srcData; variable 1203 char* res = (char*)srcData; variable 1237 char* res = (char*)srcData; variable 1271 char* res = (char*)srcData; variable 1501 char* res = (char*)srcData; variable 1536 char* res = (char*)srcData; variable 1565 char* res = (char*)srcData; variable [all …]
|
| /commonlibrary/ets_utils/js_util_module/util/ |
| D | js_uuid.cpp | 29 unsigned char res = 0; // 0: initialization in CharToHex() local 60 unsigned char res = '0'; in HexToChar() local 128 bool res = GenerateUuid(uuid.elements, sizeof(uuid.elements)); in GetUUID() local
|
| D | js_textdecoder.cpp | 155 size_t res = static_cast<size_t>(ucnv_getMinCharSize(tranTool_.get())); in GetMinByteSize() local
|
| D | native_module_util.cpp | 96 std::string res; in FormatString() local 209 napi_value res = nullptr; in Printf() local 334 napi_value res = nullptr; in ThrowError() local
|
| /commonlibrary/ets_utils/js_api_module/buffer/ |
| D | native_module_buffer.cpp | 402 int32_t res = 0; in ReadInt32BE() local 439 uint32_t res = buf->GetLength(); in GetLength() local 451 uint32_t res = buf->GetByteOffset(); in GetByteOffset() local 667 int32_t res = 0; in ReadInt32LE() local 693 uint32_t res = 0; in ReadUInt32BE() local 719 uint32_t res = 0; in ReadUInt32LE() local 795 int res = sBuf->Compare(targetBuf, targetStart, sourceStart, length); in Compare() local
|
| /commonlibrary/c_utils/base/src/ |
| D | thread_ex.cpp | 125 bool res = CreatePThread(para, stack, &thread_); in Start() local
|
| /commonlibrary/ets_utils/js_api_module/url/ |
| D | js_url.cpp | 363 std::string res = str.substr(0, index); in DealIpv4() local 434 std::string res = ""; in ZeroCompression() local 473 std::string res = ZeroCompression(temp); in Compress() local 565 std::vector<std::string> res; in RemovalIpv4() local 593 std::string res = ""; in SplitNum() local 611 std::string res = ""; in FormatIpv4() local 650 std::string res = ""; in AnalyseIPv4() local
|
| /commonlibrary/ets_utils/js_api_module/buffer/src/ |
| D | js_buffer.ts | 1450 let res = this.compare(otherBuffer, 0, otherBuffer.length, 0, this.length); variable
|