/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_stub.cpp | 3796 for (auto index = 0; index < size; index++) { in UpdateSessionInfoBySCBInner() 3797 reply.WriteInt32(sessionIds[index]); in UpdateSessionInfoBySCBInner()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.cpp | 1144 void ViewAbstract::SetTabIndex(int32_t index) in SetTabIndex() argument 1148 focusHub->SetTabIndex(index); in SetTabIndex() 3520 void ViewAbstract::SetTabIndex(FrameNode* frameNode, int32_t index) in SetTabIndex() argument 3525 focusHub->SetTabIndex(index); in SetTabIndex()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_proxy.cpp | 4660 bool ParseStr(const char *buf, const int itemLen, int index, std::string &result) in ParseStr() argument 4662 APP_LOGD("ParseStr itemLen:%{public}d index:%{public}d", itemLen, index); in ParseStr() 4663 if (buf == nullptr || itemLen <= 0 || index < 0) { in ParseStr() 4669 if (strncpy_s(item, sizeof(item), buf + index, itemLen) != 0) { in ParseStr()
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 3296 int32_t index = 0; in ConvertAlphaFormat() local 3299 index = i * stride + j; in ConvertAlphaFormat() 3300 ConvertUintPixelAlpha(data_ + index, pixelBytes_, srcAlphaIndex, isPremul, in ConvertAlphaFormat() 3301 static_cast<uint8_t*>(dstData) + index); in ConvertAlphaFormat()
|
/foundation/distributedhardware/device_manager/interfaces/kits/js/src/ |
H A D | native_devicemanager_js.cpp | 1231 for (uint32_t index = 0; index < jsProCount; index++) {
in JsToJsonObject() 1232 napi_get_element(env, jsProNameList, index, &jsProName);
in JsToJsonObject()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_data_mgr.cpp | 740 APP_LOGI("clone app index is empty"); in GetCloneAbilityInfos() 757 APP_LOGI("clone app index is empty"); in GetCloneAbilityInfosV9() 2054 std::string index = keyName.substr(0, pos); in GetBundleNameAndIndexByName() local 2055 if (!OHOS::StrToInt(index, appIndex)) { in GetBundleNameAndIndexByName() 7336 int32_t index = DATA_GROUP_INDEX_START; in GenerateDataGroupUuidAndUid() local 7339 index = i; in GenerateDataGroupUuidAndUid() 7344 int32_t uid = userId * Constants::BASE_USER_RANGE + index + DATA_GROUP_UID_OFFSET; in GenerateDataGroupUuidAndUid() 7350 dataGroupIndexMap[dataGroupInfo.dataGroupId] = std::pair<int32_t, std::string>(index, str); in GenerateDataGroupUuidAndUid() 7388 int32_t index = dataGroupInfo.uid - dataGroupInfo.userId * Constants::BASE_USER_RANGE in GetDataGroupIndexMap() local 7391 std::pair<int32_t, std::string>(index, dataGroupInf in GetDataGroupIndexMap() [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 2136 this.value.every((value, index) => value === this.stageValue[index])); 2377 this.value.every((value, index) => value === this.stageValue[index])); 3630 tabIndex(index) { 3631 if (typeof index !== 'number') { 3635 modifierWithKey(this._modifiersWithKeys, TabIndexModifier.identity, TabIndexModifier, index); 10156 tabIndex(index) { 15399 arr1.every((value, index) => { 15400 if (Array.isArray(value) && Array.isArray(arr2[index])) { [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/ |
H A D | block.c | 172 * @part_index: partition index (0 on first)
2387 "mmcblk%u%s", card->host->index, subname ? subname : "");
in mmc_blk_alloc_req() 2551 ret = snprintf(rpmb_name, sizeof(rpmb_name), "mmcblk%u%s", card->host->index, subname ? subname : "");
in mmc_blk_alloc_rpmb_part()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_datepicker.cpp | 542 const BaseEventInfo* index) { in OnChange() 546 const auto* eventInfo = TypeInfoHelper::DynamicCast<DatePickerChangeEvent>(index); in OnChange()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.cpp | 761 void FrontendDelegateImpl::GetState(int32_t& index, std::string& name, std::string& path) in GetState() argument 769 index = static_cast<int32_t>(pageRouteStack_.size()); in GetState() 1053 // if callback index is larger than button's number, cancel button is selected in ShowActionMenu()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | navigation_branch_test_ng.cpp | 1744 int32_t index = -1; in HWTEST_F() local 1745 EXPECT_EQ(NavigationTitleUtil::CreatePopupDialogNode(frameNode, toolBarItems, index), nullptr); in HWTEST_F()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
H A D | search_test_ng.cpp | 744 pattern->HandleCaretPosition(3); // 3 is caret index in HWTEST_F() 746 auto index = pattern->HandleGetCaretIndex(); in HWTEST_F() local 747 ASSERT_EQ(index, 3); // 3 is caret index in HWTEST_F()
|
/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcapture_session.cpp | 1553 uint32_t index = 0; in DumpSessions() local 1557 infoDumper.Title("Camera Sessions[" + std::to_string(index++) + "] Info:"); in DumpSessions()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_json.c | 353 int32_t index; in GetEnhancedP2pAuthKey() local 356 if (GetLatestSessionKey(&auth->sessionKeyList, (AuthLinkType)authHandle.type, &index, &sessionKey) != SOFTBUS_OK) { in GetEnhancedP2pAuthKey()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | cloud_data_test.cpp | 1877 int32_t index = 1; in HWTEST_F() local 1878 auto ret = cloudStatic.OnAppUninstall(TEST_CLOUD_BUNDLE, userId, index); in HWTEST_F()
|
/foundation/window/window_manager/wmserver/src/ |
H A D | window_node_container.cpp | 1891 int index = std::distance(windowNodes.begin(), iter); in GetNextActiveWindow() local 1892 for (size_t i = static_cast<size_t>(index) + 1; i < windowNodes.size(); i++) { in GetNextActiveWindow()
|
/test/xts/hats/telephony/ril/hdi_v1.1_additional/ |
H A D | hdf_ril_hdiService_test_7th.cpp | 2789 emergencyInfo.index = 1;
in HWTEST_F() 2816 emergencyInfo.index = 1;
in HWTEST_F()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/ |
H A D | mac_vap.h | 1108 hi_u8 index; /* 下标表示偏移 */ member
|
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/ |
H A D | mpp_rkvdec2.c | 175 reg_idx = rcb_inf->elem[i].index;
in mpp_set_rcbbuf()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_vblank.c | 692 unsigned int pipe = crtc->index; in drm_crtc_vblank_helper_get_vblank_timestamp_internal() 832 * @pipe: index of CRTC whose vblank timestamp to retrieve 905 * @pipe: index of CRTC whose counter to retrieve 1217 * @pipe: CRTC index 1455 * @pipe: CRTC index 1755 /* Convert lease-relative crtc index into global crtc index */ in drm_wait_vblank_ioctl() 1894 * @pipe: index of CRTC where this event occurred
|
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/ |
H A D | mpp_rkvdec2.c | 174 reg_idx = rcb_inf->elem[i].index; in mpp_set_rcbbuf()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_handler.cpp | 165 if (renderContext->GetFrontInvert().has_value() && renderContext->GetFrontInvert()->index() == 0 && in CheckInvert()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/observer/ |
H A D | ui_observer.cpp | 440 abilityContext, pageInfo.index, pageInfo.name, pageInfo.path, pageInfo.state, pageInfo.pageId); in HandleRouterPageStateChange()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | mock_web_delegate.cpp | 1136 void WebDelegate::SuggestionSelected(int32_t index) {} in SuggestionSelected() argument
|
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/ |
H A D | hdi_source.c | 544 chunk->index = 0; in GetCapturerFrameFromHdi()
|