/base/global/resource_management/frameworks/resmgr/src/utils/ |
H A D | utils.cpp | 187 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 D | hap_parser.cpp | 520 || 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 D | device_test.cpp | 34 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 D | sntp_client.cpp | 47 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 D | utils.h | 47 INDEX_THREE = 3, enumerator
|
/base/print/print_fwk/frameworks/helper/print_helper/include/ |
H A D | napi_print_utils.h | 41 static constexpr uint32_t INDEX_THREE = 3; member in OHOS::Print::NapiPrintUtils
|
/base/print/print_fwk/frameworks/helper/scan_helper/include/ |
H A D | napi_scan_utils.h | 43 static constexpr uint32_t INDEX_THREE = 3;
member in OHOS::Scan::NapiScanUtils
|
/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/ |
H A D | getparam.cpp | 32 const int INDEX_THREE = 3; member 407 switch (GetIntParam() % INDEX_THREE) { in GetParamOsAccountType()
|
/base/print/print_fwk/services/print_service/src/ |
H A D | print_cups_client.cpp | 61 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 D | print_service_ability.cpp | 66 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 D | print_task.cpp | 165 size_t contextIndex = isPrintByAdapter ? NapiPrintUtils::INDEX_THREE : NapiPrintUtils::INDEX_ONE; in CallSpooler()
|
H A D | napi_inner_print.cpp | 609 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 D | napi_inner_scan.cpp | 357 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 D | accesstoken_kit_test.cpp | 42 static const int32_t INDEX_THREE = 3; member 147 perms[INDEX_THREE] = "ohos.permission.GET_SENSITIVE_PERMISSIONS"; in NativeTokenGet()
|