/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 1219 ArkUI_Float32 start; member 3367 void (*setTextInputTextSelection)(ArkUINodeHandle node, ArkUI_Int32 start, ArkUI_Int32 end); 3660 void (*setSectionOption)(ArkUINodeHandle node, ArkUI_Int32 start, ArkUIWaterFlowSectionOption option); 4264 void (*setMarqueePlayerStatus)(ArkUINodeHandle node, ArkUI_Bool start);
|
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | lite_graph_to_hdi_model_v2_1.cpp | 1099 range.start = mindspore::lite::MindIR_Range_GetStart(primitive);
in ConvertRange()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/ |
H A D | list_scroller_test_ng.cpp | 2267 auto onVisibleChange = [&endInfo](ListItemIndex start, ListItemIndex end) { endInfo = end; }; in HWTEST_F()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_adapter.cpp | 1675 attributeIdList.attributeIdRange.start = 0x0000; in SearchRemoteUuids()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 1712 void (*setTextInputTextSelection)(ArkUINodeHandle node, ArkUI_Int32 start, ArkUI_Int32 end);
1986 void (*setSectionOption)(ArkUINodeHandle node, ArkUI_Int32 start, ArkUIWaterFlowSectionOption option);
|
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/unittest/renderer_test/src/ |
H A D | audio_renderer_unit_test.cpp | 165 auto start = chrono::system_clock::now(); in StartRenderThread() local 181 if ((limit > 0) && (duration_cast<seconds>(system_clock::now() - start).count() > limit)) { in StartRenderThread() 1619 * @tc.desc : Test Start interface. Returns true if start is successful. 1674 * @tc.desc : Test Start interface. Returns true, if the start is successful.
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 911 Local<JSValueRef> startArgs = runtimeCallInfo->GetCallArgRef(25); // 25: index of BorderWidth.start in ParseOuterBorderWidth() 976 Color start; in ParseOuterBorderColor() local 977 if (!startArgs->IsUndefined() && ArkTSUtils::ParseJsColorAlpha(vm, startArgs, start)) { in ParseOuterBorderColor() 978 startColor = start; in ParseOuterBorderColor() 1980 ParseOuterBorderWidth(runtimeCallInfo, vm, options); // Outline Width args start index from 1 in SetOutline() 1981 ParseOuterBorderRadius(runtimeCallInfo, vm, options, NUM_9); // Outline Radius args start index in SetOutline() 1984 ParseOuterBorderColor(runtimeCallInfo, vm, colorAndStyleOptions, NUM_5); // Outline Color args start index in SetOutline() 1985 ParseOuterBorderStyle(runtimeCallInfo, vm, colorAndStyleOptions, NUM_13); // Outline Style args start index in SetOutline() 2924 ParseOuterBorderWidth(runtimeCallInfo, vm, options); // Border Width args start index from 1 in SetBorder() 2925 ParseOuterBorderRadius(runtimeCallInfo, vm, options, NUM_9); // Border Radius args start inde in SetBorder() [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/ |
H A D | select_overlay_test_ng.cpp | 2664 insetBottom.start = RK356_HEIGHT - 1; in HWTEST_F()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 1657 // Skip FillSessionInfo when atomicService free-install start. in InitSceneSession() 2294 // if terminate, reset want. so start from recent, start a new one. in RequestSceneSessionDestructionInner() 2409 TLOGI(WmsLogTag::WMS_LIFE, "create specific start, name:%{public}s, type:%{public}d, touchable:%{public}d", in CreateAndConnectSpecificSession() 3101 TLOGI(WmsLogTag::WMS_LIFE, "Destroy specific session start, id: %{public}d", persistentId); in DestroyAndDisconnectSpecificSession() 3126 TLOGI(WmsLogTag::WMS_LIFE, "Destroy specific session start, id: %{public}d", persistentId); in DestroyAndDisconnectSpecificSessionWithDetachCallback() 3186 WLOGFD("RequestSessionBack when start session"); in ProcessBackEvent() 3274 TLOGE(WmsLogTag::WMS_MULTI_USER, "start failed! errCode: %{public}d", errCode); in StartOrMinimizeUIAbilityBySCB() 4681 * only used when app main window start before foreground 6149 TLOGI(WmsLogTag::WMS_LIFE, "AtomicService free-install start, i in NotifyCompleteFirstFrameDrawing() 8085 uint32_t start = static_cast<uint32_t>(AvoidAreaType::TYPE_SYSTEM); UpdateNormalSessionAvoidArea() local [all...] |
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 12083 style.start = styles->styles[i].start; in SetRelativeContainerGuideLine()
|