Home
last modified time | relevance | path

Searched refs:INDEX_THREE (Results 1 - 14 of 14) sorted by relevance

/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dutils.cpp187 outValue[ArrayIndex::INDEX_THREE] = (encodeScript & 0x000000FF); in DecodeScript()
288 (uint8_t)script[ArrayIndex::INDEX_THREE]; in EncodeScript()
352 color |= ParseHex(s[ArrayIndex::INDEX_THREE], parseState) << BitOperatorNum::BIT_FOUR; in ConvertColorRgbToUInt32()
353 color |= ParseHex(s[ArrayIndex::INDEX_THREE], parseState); in ConvertColorRgbToUInt32()
362 color |= ParseHex(s[ArrayIndex::INDEX_THREE], parseState) << BitOperatorNum::BIT_TWELVE; in ConvertColorArgbToUInt32()
363 color |= ParseHex(s[ArrayIndex::INDEX_THREE], parseState) << BitOperatorNum::BIT_EIGHT; in ConvertColorArgbToUInt32()
373 color |= ParseHex(s[ArrayIndex::INDEX_THREE], parseState) << BitOperatorNum::BIT_TWELVE; in ConvertColorSixRgbToUInt32()
383 color |= ParseHex(s[ArrayIndex::INDEX_THREE], parseState) << BitOperatorNum::BIT_TWENTY; in ConvertColorEightRgbToUInt32()
H A Dhap_parser.cpp520 || id->tag_[ArrayIndex::INDEX_TWO] != 'S' || id->tag_[ArrayIndex::INDEX_THREE] != 'S') { in ParseId()
560 || key->tag_[ArrayIndex::INDEX_TWO] != 'Y' || key->tag_[ArrayIndex::INDEX_THREE] != 'S') { in ParseKey()
/base/msdp/device_status/test/unittest/intention/services/src/
H A Ddevice_test.cpp34 constexpr int32_t INDEX_THREE { 3 };
341 dev.keyBitmask_[INDEX_THREE] = NUM_THIRTY_TWO; in HWTEST_F()
354 dev.keyBitmask_[INDEX_THREE] = NUM_THIRTY_TWO; in HWTEST_F()
368 dev.keyBitmask_[INDEX_THREE] = NUM_THIRTY_TWO; in HWTEST_F()
/base/time/time_service/services/time/src/
H A Dsntp_client.cpp47 constexpr int32_t INDEX_THREE = 3; member
240 _sntpMsg._precision = buffer[INDEX_THREE]; in ReceivedMessage()
248 _sntpMsg._referenceIdentifier[INDEX_THREE] = _refId[INDEX_THREE]; in ReceivedMessage()
/base/global/resource_management/frameworks/resmgr/include/utils/
H A Dutils.h47 INDEX_THREE = 3, enumerator
/base/print/print_fwk/frameworks/helper/print_helper/include/
H A Dnapi_print_utils.h41 static constexpr uint32_t INDEX_THREE = 3; member in OHOS::Print::NapiPrintUtils
/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dnapi_scan_utils.h43 static constexpr uint32_t INDEX_THREE = 3; member in OHOS::Scan::NapiScanUtils
/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/
H A Dgetparam.cpp32 const int INDEX_THREE = 3; member
407 switch (GetIntParam() % INDEX_THREE) { in GetParamOsAccountType()
/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_client.cpp61 const uint32_t INDEX_THREE = 3; member
155 if (printerUri.length() > SERIAL_LENGTH && printerUri.substr(INDEX_ZERO, INDEX_THREE) == USB_PRINTER && in DeviceCb()
1442 param->printerUri.substr(INDEX_ZERO, INDEX_THREE) == USB_PRINTER; in CheckPrinterOnline()
H A Dprint_service_ability.cpp66 const uint32_t INDEX_THREE = 3; member
761 if (printerUri.length() > SERIAL_LENGTH && printerUri.substr(INDEX_ZERO, INDEX_THREE) == USB_PRINTER) { in QueryPrinterCapabilityByUri()
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_task.cpp165 size_t contextIndex = isPrintByAdapter ? NapiPrintUtils::INDEX_THREE : NapiPrintUtils::INDEX_ONE; in CallSpooler()
H A Dnapi_inner_print.cpp609 if (static_cast<uint32_t>(argc) > NapiPrintUtils::INDEX_THREE) { in StartGetPrintFile()
610 napi_ref callbackRef = NapiPrintUtils::CreateReference(env, argv[NapiPrintUtils::INDEX_THREE]); in StartGetPrintFile()
/base/print/print_fwk/interfaces/kits/napi/scan_napi/src/
H A Dnapi_inner_scan.cpp357 SCAN_CALL_BASE(env, napi_typeof(env, argv[NapiScanUtils::INDEX_THREE], &valuetype), napi_invalid_arg); in GetScanOption()
359 int32_t valueSize = NapiScanUtils::GetInt32FromValue(env, argv[NapiScanUtils::INDEX_THREE]); in GetScanOption()
/base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/src/
H A Daccesstoken_kit_test.cpp42 static const int32_t INDEX_THREE = 3; member
147 perms[INDEX_THREE] = "ohos.permission.GET_SENSITIVE_PERMISSIONS"; in NativeTokenGet()

Completed in 42 milliseconds