Home
last modified time | relevance | path

Searched refs:INDEX_THREE (Results 1 – 25 of 36) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/launchermgr/
H A Djs_launcher_unsupported.cpp34 constexpr int32_t INDEX_THREE = 3; variable
74 size_t argc = INDEX_THREE; in JSLauncherServiceOn()
75 napi_value argv[INDEX_THREE] = { 0 }; in JSLauncherServiceOn()
107 size_t argc = INDEX_THREE; in JSGetLauncherAbilityInfos()
108 napi_value argv[INDEX_THREE] = { 0 }; in JSGetLauncherAbilityInfos()
H A Djs_launcher.cpp43 constexpr int32_t INDEX_THREE = 3; variable
817 size_t argc = INDEX_THREE; in JSGetLauncherAbilityInfos()
818 napi_value argv[INDEX_THREE] = { 0 }; in JSGetLauncherAbilityInfos()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/Mock/
H A Dmock_wifi_global_func.cpp32 const int INDEX_THREE = 3; variable
49 value[INDEX_THREE] = 't'; in GetParamValue()
64 value[INDEX_THREE] = '0'; in GetParamValue()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/utils/
H A Dutils.cpp191 outValue[ArrayIndex::INDEX_THREE] = (encodeScript & 0x000000FF); in DecodeScript()
292 (uint8_t)script[ArrayIndex::INDEX_THREE]; in EncodeScript()
415 color |= ParseHex(s[ArrayIndex::INDEX_THREE], parseState) << BitOperatorNum::BIT_FOUR; in ConvertColorToUInt32()
416 color |= ParseHex(s[ArrayIndex::INDEX_THREE], parseState); in ConvertColorToUInt32()
422 color |= ParseHex(s[ArrayIndex::INDEX_THREE], parseState) << BitOperatorNum::BIT_TWELVE; in ConvertColorToUInt32()
423 color |= ParseHex(s[ArrayIndex::INDEX_THREE], parseState) << BitOperatorNum::BIT_EIGHT; in ConvertColorToUInt32()
430 color |= ParseHex(s[ArrayIndex::INDEX_THREE], parseState) << BitOperatorNum::BIT_TWELVE; in ConvertColorToUInt32()
437 color |= ParseHex(s[ArrayIndex::INDEX_THREE], parseState) << BitOperatorNum::BIT_TWENTY; in ConvertColorToUInt32()
H A Dhap_parser.cpp526 || id->tag_[ArrayIndex::INDEX_TWO] != 'S' || id->tag_[ArrayIndex::INDEX_THREE] != 'S') { in ParseId()
619 || key->tag_[ArrayIndex::INDEX_TWO] != 'Y' || key->tag_[ArrayIndex::INDEX_THREE] != 'S') { in ParseKey()
/ohos5.0/drivers/hdf_core/framework/test/fuzztest/servmgr_cpp_fuzzer/servstatlistenerstub_fuzzer/
H A Dservstatlistenerstub_fuzzer.cpp40 constexpr int32_t INDEX_THREE = 3; variable
53 (ptr[INDEX_TWO] << SECOND_DIGIT_OFFSET) | ptr[INDEX_THREE]; in Convert2Uint32()
/ohos5.0/foundation/multimodalinput/input/intention/services/test/unittest/src/
H A Ddevice_test.cpp37 constexpr int32_t INDEX_THREE { 3 }; variable
344 dev.keyBitmask_[INDEX_THREE] = NUM_THIRTY_TWO;
357 dev.keyBitmask_[INDEX_THREE] = NUM_THIRTY_TWO;
371 dev.keyBitmask_[INDEX_THREE] = NUM_THIRTY_TWO;
/ohos5.0/base/msdp/device_status/test/unittest/intention/services/src/
H A Ddevice_test.cpp34 constexpr int32_t INDEX_THREE { 3 }; variable
341 dev.keyBitmask_[INDEX_THREE] = NUM_THIRTY_TWO;
354 dev.keyBitmask_[INDEX_THREE] = NUM_THIRTY_TWO;
368 dev.keyBitmask_[INDEX_THREE] = NUM_THIRTY_TWO;
/ohos5.0/base/time/time_service/services/time/src/
H A Dsntp_client.cpp47 constexpr int32_t INDEX_THREE = 3; variable
245 _sntpMsg._precision = buffer[INDEX_THREE]; in ReceivedMessage()
253 _sntpMsg._referenceIdentifier[INDEX_THREE] = _refId[INDEX_THREE]; in ReceivedMessage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutf.cpp245 … } else if ((c & UTF8_FOUR_BYTE_MASK) == UTF8_FOUR_BYTE_PATTERN && i + INDEX_THREE < data.size() && in IsUTF8()
248 (data[i + INDEX_THREE] & UTF8_HIGH_BIT) == UTF8_MULTIBYTE_FOLLOWER) { in IsUTF8()
251 i += INDEX_THREE; // Skip the next three bytes in IsUTF8()
H A Dutf.h129 INDEX_THREE = 3 enumerator
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Drect_pattern_test_ng.cpp43 constexpr int32_t INDEX_THREE = 3; variable
118 …ntProperty->GetBottomLeftRadiusValue().GetX().ConvertToPx(), RADIUS.at(INDEX_THREE).at(INDEX_ZERO)… in CheckRadius()
120 …ntProperty->GetBottomLeftRadiusValue().GetY().ConvertToPx(), RADIUS.at(INDEX_THREE).at(INDEX_ONE)); in CheckRadius()
/ohos5.0/foundation/bundlemanager/distributed_bundle_framework/services/dbms/src/
H A Dimage_compress.cpp52 constexpr int32_t INDEX_THREE = 3; variable
91 data[INDEX_TWO] == PNG_DATA_TWO && data[INDEX_THREE] == PNG_DATA_THREE) { in GetImageType()
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/utils/
H A Dutils.h47 INDEX_THREE = 3, enumerator
/ohos5.0/base/account/os_account/test/systemtest/common/resource/fuzzTest/src/
H A Dgetparam.cpp32 const int INDEX_THREE = 3; variable
407 switch (GetIntParam() % INDEX_THREE) { in GetParamOsAccountType()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/transform/
H A Dtransform_component.h31 inline constexpr int32_t INDEX_THREE = 3; variable
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/include/
H A Dnapi_print_utils.h41 static constexpr uint32_t INDEX_THREE = 3; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_search_system_test/
H A Dbms_search_system_test.cpp48 static constexpr int INDEX_THREE = 3; variable
752 for (int i = INDEX_TWO; i <= INDEX_THREE; i++) {
846 for (int i = INDEX_TWO; i <= INDEX_THREE; i++) {
1176 for (int32_t i = INDEX_TWO; i <= INDEX_THREE; i++) {
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dcloud_media_asset_manager_napi.cpp42 const int32_t INDEX_THREE = 3; variable
459 "remainCount: " + type[INDEX_THREE] + "," + in GetCloudMediaAssetStatusExecute()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dservice_collaboration_menu_ace_helper.h86 static constexpr uint32_t INDEX_THREE = 3; variable
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/include/
H A Dnapi_scan_utils.h43 static constexpr uint32_t INDEX_THREE = 3; variable
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_management.cpp38 constexpr uint32_t INDEX_THREE = 3; variable
238 hwaddr[INDEX_TWO], hwaddr[INDEX_THREE], hwaddr[INDEX_FOUR], in HwAddrToStr()
/ohos5.0/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Dsource_map.cpp37 constexpr int32_t INDEX_THREE = 3; variable
283 curMapData->nowPos_.beforeColumn += ans[INDEX_THREE]; in ExtractSourceMapData()
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_task.cpp174 … size_t contextIndex = isPrintByAdapter ? NapiPrintUtils::INDEX_THREE : NapiPrintUtils::INDEX_ONE; in CallSpooler()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_client.cpp61 const uint32_t INDEX_THREE = 3; variable
183 …if (printerUri.length() > SERIAL_LENGTH && printerUri.substr(INDEX_ZERO, INDEX_THREE) == USB_PRINT… in DeviceCb()
1547 param->printerUri.substr(INDEX_ZERO, INDEX_THREE) == USB_PRINTER; in CheckPrinterOnline()

12