Home
last modified time | relevance | path

Searched refs:set (Results 4526 - 4543 of 4543) sorted by relevance

1...<<181182

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp1516 // if hwc node is set on the tree this frame, mark its parent app node to be prepared in CollectInfoForHardwareComposer()
1529 // set content dirty for hwc node if needed in CollectInfoForHardwareComposer()
1549 // self-drawing node don't set content dirty when gpu -> hwc in CollectInfoForHardwareComposer()
1550 // so first frame in hwc -> hwc, should set content dirty in CollectInfoForHardwareComposer()
2064 // set params used in render thread in UniRender()
2730 // set needWaitUnmarshalFinished_ to false, it means mainLoop do not wait unmarshalBarrierTask_ in OnVsync()
2846 std::set<pid_t> animationPids; in Animate()
2918 needRequestNextVsyncAnimate_ = true; // set the member variable instead of directly calling rnv in Animate()
3817 // in case of tree change, parent node would set content dirty and reject before
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H A Dsendable_pixel_map_napi.cpp48 static const std::map<std::string, std::set<uint32_t>> ETS_API_ERROR_CODE = {
359 nullptr, IMAGE_LOGE("Init:set global named property fail") in DoInitAfter()
364 nullptr, IMAGE_LOGE("set named property fail") in DoInitAfter()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_photo_operations.cpp1041 CHECK_AND_RETURN_RET_LOG(updatedRows >= 0, E_HAS_DB_ERROR, "Failed to set favorite, err: %{public}d", updatedRows); in BatchSetFavorite()
1083 CHECK_AND_RETURN_RET_LOG(errCode == E_OK, errCode, "Failed to set user comment, errCode=%{private}d", errCode); in BatchSetUserComment()
1406 set<string> targetColumns = {"user_comment", "title"}; in HandleUpdateIndex()
2564 MEDIA_ERR_LOG("result set is empty"); in GetPicture()
2597 MEDIA_ERR_LOG("result set is empty"); in FinishRequestPicture()
2634 MEDIA_ERR_LOG("result set is empty"); in ForceSavePicture()
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp719 using IdNames = std::set<std::pair<int32_t, std::string>>; in UpdateDisplayIdAndName()
1317 MMI_HILOG_CURSORI("Window id:%{public}d set pointer style:%{public}d success", windowId, lastPointerStyle_.id); in UpdateDisplayInfo()
1860 MMI_HILOG_CURSORI("set uiextension pointer success. pid:%{public}d, windowid:%{public}d, pointerid:%{public}d", in UpdateDisplayInfo()
1871 MMI_HILOG_CURSORD("Sceneboard pid:%{public}d windowId:%{public}d is set to %{public}d", in UpdateDisplayInfo()
2257 "hasn't been set up yet, window:%{public}d, pid:%{public}d", in UpdateDisplayInfo()
2275 "has been set up already, window:%{public}d, pid:%{public}d", in UpdateDisplayInfo()
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp118 std::set<sptr<WindowSessionImpl>> WindowSessionImpl::windowExtensionSessionSet_;
1322 // UIContent may be nullptr on setting system bar properties, need to set menubar color on UIContent init. in SetUIContentInner()
1495 TLOGI(WmsLogTag::WMS_FOCUS, "set focusable: windowId = %{public}d, isFocusable = %{public}d", in SetFocusable()
1670 TLOGE(WmsLogTag::DEFAULT, "non app window does not support set brightness, type: %{public}u", GetType()); in SetBrightness()
2665 // isNeedKeyboard is set by arkui and indicates whether the window needs a keyboard or not. in NotifyUIContentFocusStatus()
3685 TLOGD(WmsLogTag::DEFAULT, "FA mode could not set bg color: %{public}u", GetWindowId()); in SetBackgroundColor()
3725 return 0xffffffff; // means no background color been set, default color is white in GetBackgroundColor()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service_inner.cpp3119 void AppMgrServiceInner::AddMountPermission(uint32_t accessTokenId, std::set<std::string> &permissions) in AddMountPermission()
6287 TAG_LOGD(AAFwkTag::APPMGR, "set current userId: %{public}d", userId); in NotifyAppFaultBySA()
7746 const std::set<std::shared_ptr<AppRunningRecord>> &cachedSet) in NotifyAppFaultBySA()
7997 TAG_LOGI(AAFwkTag::APPMGR, "clean ability set up bg, force kill pid:%{public}d", targetPid); in NotifyAppFaultBySA()
8043 TAG_LOGI(AAFwkTag::APPMGR, "clean ability set up bg, force kill, pid:%{public}d", pid); in NotifyAppFaultBySA()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp2843 std::set<std::string> allowDropSet; in SetAllowDrop()
2858 std::set<std::string> allowDrop; in ResetAllowDrop()
4811 //set int default in GetResponseRegion()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedia_library_napi.cpp1215 NAPI_WARN_LOG("Failed to set cover uri for album subtype: %{public}d", album->GetAlbumSubType()); in CompatSetAlbumCoverUri()
1270 NAPI_WARN_LOG("Failed to set count for album subtype: %{public}d", album->GetAlbumSubType()); in CompatSetAlbumCount()
1507 const set<string> &defaultFetchCols = PhotoAlbumColumns::DEFAULT_FETCH_COLUMNS; in GetResultDataExecute()
2624 NAPI_ERR_LOG("set array named property error: %{public}s", fieldStr); in SetSharedAssetArray()
4150 NAPI_ERR_LOG("PeerInfo To JsArray set element error: %d", status); in PeerInfoToJsArray()
5021 std::set<int32_t> fileIdSet; in ParseUriTypes()
8235 // set want in ShowAssetsCreationDialog()
8424 // set want in RequestPhotoUrisReadPermission()
8483 NAPI_ERR_LOG("failed to set uri array"); in StartPhotoPickerAsyncCallbackComplete()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp2161 // set SelectionInfo start position and end position
3501 TAG_LOGI(AceLogTag::ACE_RICH_TEXT, "double click. shall enter edit state.set 1");
4517 AceLogTag::ACE_RICH_TEXT, "RequestKeyboard set calling window id is : %{public}u", miscTextConfig->windowId);
6396 std::set<int32_t, std::greater<int32_t>> deleteNodes;
6439 void RichEditorPattern::RemoveEmptySpan(std::set<int32_t, std::greater<int32_t>>& deleteSpanIndexs)
7137 // long pressing on the image needs to set the position of the pop-up menu following the long pressing position
8947 TAG_LOGI(AceLogTag::ACE_RICH_TEXT, "HandleOnCameraInput set calling window id is : %{public}u", in HandleOnCameraInput()
9502 return; // all spanNode be deleted, set default style in GetChangeSpanStyle()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp2952 DumpLog::GetInstance().Print(std::string("Error: --root is used to set the root node, ") + in OnDumpInfoNG()
5753 std::set<int64_t> filterIds; in FilterAccessibilityElementByFocusable()
5938 "accessibility set scale: %{public}f %{public}f", scaleX_, scaleY_); in GenerateCommonProperty()
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp306 std::set<RefPtr<FrameNode>, NodeCompare<RefPtr<FrameNode>>> dirtyFreezeNodeSet; in FlushFreezeNode()
1729 TAG_LOGI(AceLogTag::ACE_KEYBOARD, "after rotation set root, trigger avoid now"); in PostKeyboardAvoidTask()
1823 ACE_SCOPED_TRACE("SetRootRect: origin:%s,set width:%f, height:%f, offset:%f", in SetRootRect()
3407 // Mouse right button press event set focus inactive here. in OnMouseEvent()
3408 // Mouse left button press event will set focus inactive in touch process. in OnMouseEvent()
3711 // Tab key set focus state from inactive to active. in DispatchTabKey()
4123 // set container window show state to render service in SetContainerWindow()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp715 TAG_LOGD(AceLogTag::ACE_WEB, "OnAttach to frame node, set transform:%{public}u", transform); in OnAttachToFrameNode()
1261 // set touchup false when using mouse in WebOnMouseEvent()
1589 // set custom OnDragStart function in InitWebEventHubDragDropStart()
1619 // set custom OnDragStart function in InitWebEventHubDragMove()
1664 // set custom OnDragStart function in InitWebEventHubDragDropEnd()
1825 // use summary to set fake data in HandleOnDragEnter()
2064 TAG_LOGI(AceLogTag::ACE_WEB, "HandleBlurEvent, dialog nested blur but invisible while active, set inactive."); in HandleBlurEvent()
2253 TAG_LOGD(AceLogTag::ACE_WEB, "OnDirtyLayoutWrapperSwap safeArea is set, no need setbounds"); in OnDirtyLayoutWrapperSwap()
2979 TAG_LOGD(AceLogTag::ACE_WEB, "OnModify done, set rotation %{public}u", rotation_); in OnModifyDone()
2988 TAG_LOGD(AceLogTag::ACE_WEB, "[getSurfaceId] set surfaceI in OnModifyDone()
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.cpp128 static std::set<int32_t> g_supportedProfileList = { 1 };
651 APP_LOGW("Parse userId failed, set this parameter to the caller userId"); in GetApplicationInfo()
706 APP_LOGW("Parse userId failed, set this parameter to the caller userId"); in GetApplicationInfos()
1036 APP_LOGW("Parse userId failed, set this parameter to the caller userId"); in QueryAbilityInfos()
1165 APP_LOGW("Parse userId failed, set this parameter to the caller userId"); in BatchQueryAbilityInfos()
1208 APP_LOGW("Parse userId failed, set this parameter to the caller userId"); in ParamsProcessQueryAbilityInfosSync()
1412 APP_LOGW("Parse userId failed, set this parameter to the caller userId"); in QueryExtensionInfos()
2781 APP_LOGW("Parse userId failed, set this parameter to the caller userId"); in GetLaunchWantForBundle()
3933 APP_LOGW("Parse userId failed, set this parameter to the caller userId"); in GetBundleInfo()
3999 APP_LOGW("Parse userId failed, set thi in GetBundleInfos()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2313 std::set<int32_t> ret = hostImpl->GetExistsCommonUserIs(); in HWTEST_F()
5804 * 2.set additionalInfo failed
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dpixel_map_napi.cpp65 static const std::map<std::string, std::set<uint32_t>> ETS_API_ERROR_CODE = {
477 nullptr, IMAGE_LOGE("Init:set global named property fail") in DoInitAfter()
482 nullptr, IMAGE_LOGE("set named property fail") in DoInitAfter()
2919 ImageNapiUtils::ThrowExceptionError(env, ERR_MEMORY_NOT_SUPPORT, "fail set name"); in SetMemoryNameSync()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp6225 std::set<SourceTool> allowedTypes{}; in SetGestureAllowedTypes()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.cpp3245 // set onClick function in ParseBindOptionParam()
3326 // if enableArrow is true and placement not set, set placement default value to top. in ParseMenuArrowParam()
8889 std::set<std::string> allowDropSet; in JsAllowDrop()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp1137 // set native token in SetUpTestCase()
1139 // set hap token please use SetHapToken(); in SetUpTestCase()
1176 // set hap token please use SetHapToken(); in SetUp()
4095 * Function: Test scan session set Focus mode
4099 * CaseDescription: Test scan session set Focus mode
4145 * Function: Test scan session set Focus Point
4149 * CaseDescription: Test scan session set Focus Point
4180 * Function: Test scan session set Focus Point
4184 * CaseDescription: Test scan session set Zoom Ratio
5145 * CaseDescription: Test capture session with set metadat
[all...]

Completed in 181 milliseconds

1...<<181182