/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()
|
/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()
|
/foundation/multimedia/av_session/services/session/server/test/ |
H A D | hw_cast_test.cpp | 719 int Play(int index) override
|
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/ |
H A D | dcamera_softbus_adapter_test.cpp | 802 "index": 1, in HWTEST_F()
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_arg.cpp | 870 LOGD("%{public}s vertexAttrib index %{public}u %{public}d type %{public}u %{public}d " in Dump() 872 info.c_str(), index, size, type, normalized, stride, static_cast<unsigned int>(offset)); in Dump()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.cpp | 318 auto index = pos + containCount; in GetReplaceContentStr() local 319 if (index < 0) { in GetReplaceContentStr() 323 JSRef<JSVal> item = params->GetValueAt(static_cast<size_t>(index)); in GetReplaceContentStr() 692 int64_t index = BinarySearchFindIndex(creatorMap, ArraySize(creatorMap), type.c_str()); in ParseChainedTransition() local 693 if (index < 0) { in ParseChainedTransition() 696 RefPtr<NG::ChainedTransitionEffect> result = creatorMap[index].value(propEffectOption, context); in ParseChainedTransition() 7793 ParseOverlayCallback(info[2], onShowCallback, onDismissCallback, onWillShowCallback, /* 2:args index */ in JsBindContentCover() 7797 ParseModalTransitonEffect(info[2], contentCoverParam, info.GetExecutionContext()); /* 2:args index */ in JsBindContentCover() 8406 JSRef<JSVal> callback = info[2]; /* 2:args index */ in JSCreateAnimatableProperty() 9398 auto index in ParseDataDetectorConfig() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/ |
H A D | time_picker_test_ng.cpp | 1441 for (uint32_t index = 0; index < showCount; index++) { in HWTEST_F() 1442 Dimension startFontSize = minuteColumnPattern->animationProperties_[index].fontSize; in HWTEST_F() 1443 Dimension endFontSize = minuteColumnPattern->animationProperties_[index].downFontSize; in HWTEST_F()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_proxy.cpp | 5104 for (auto index = 0; index < size; index++) { in UpdateSessionInfoBySCB()
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_engine.cpp | 977 success, std::string("{\"index\":").append(std::to_string(successType)).append("}"), false); in ShowDialog() 1725 routeData->SetProperty(runtime, "index", runtime->NewNumber(routeIndex)); in JsHandlePageRoute() 3214 size_t index = uri.find_last_of("."); 3215 if (index == std::string::npos) { 3218 delegate->GetResourceData(uri.substr(0, index) + ".abc", content, ami);
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_vision_test/src/ |
H A D | medialibrary_vision_test.cpp | 2088 int index = -1; in HWTEST_F() local 2089 resultSet->GetInt(0, index); in HWTEST_F() 2090 EXPECT_EQ(index, 2); in HWTEST_F()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd.h | 2023 dhd_pcie_dump_core_regs(dhd_pub_t * pub, uint32 index, uint32 first_addr, uint32 last_addr); 2690 extern int dhd_check_module_bcm(char *module_type, int index, bool *is_murata_fem);
|
/foundation/ability/ability_runtime/services/abilitymgr/src/scene_board/ |
H A D | ui_ability_lifecycle_manager.cpp | 728 static uint32_t index = 0; in GenerateProcessNameForNewProcessMode() local 730 abilityInfo.name + SEPARATOR + std::to_string(index++); in GenerateProcessNameForNewProcessMode()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_layout_algorithm.cpp | 1829 void BubbleLayoutAlgorithm::SetArrowOffsetsFromClip(const int16_t index, const float offsetX, const float offsetY) in SetArrowOffsetsFromClip() argument 1831 arrowOffsetsFromClip_[index] = { offsetX, offsetY }; in SetArrowOffsetsFromClip()
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_context.cpp | 3470 bool PipelineContext::IsVisibleChangeNodeExists(NodeId index) const in IsVisibleChangeNodeExists() 3476 return accessibilityManager->IsVisibleChangeNodeExists(index); in IsVisibleChangeNodeExists()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | render_backend_vk.cpp | 262 PLUGIN_LOG_E("swapchain image index (%u) should be smaller than (%u)", pi.swapchainImageIndex, in AcquirePresentationInfo() 946 const uint32_t index = (uint32_t)ref.type < countof(COMMAND_NAMES) ? (uint32_t)ref.type : 0; 950 COMMAND_NAMES[index], // pLabelName 1382 // clearValueCount must be greater than the largest attachment index in renderPass that specifies a loadOp 1946 // skip, array bindings which are bound from first index, they have also descriptorCount 0 2021 // skip, array bindings which are bound from first index have also descriptorCount 0 2077 // skip, array bindings which are bound from first index have also descriptorCount 0
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | overlay_manager.cpp | 3153 // stage node is at index 0, remove overlay at last in RemoveOverlay() 6180 void OverlayManager::AddFrameNodeToOverlay(const RefPtr<NG::FrameNode>& node, std::optional<int32_t> index) in AddFrameNodeToOverlay() argument 6185 if (index.has_value() && index.value() >= 0) { in AddFrameNodeToOverlay() 6186 level = index.value(); in AddFrameNodeToOverlay()
|