Home
last modified time | relevance | path

Searched refs:useExclusiveThread (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A D_native_display_soloist.md41 …st) \* [OH_DisplaySoloist_Create](#oh_displaysoloist_create) (bool useExclusiveThread) | 创建一个OH_Di…
104 OH_DisplaySoloist* OH_DisplaySoloist_Create (bool useExclusiveThread)
117 | useExclusiveThread | 表示此OH_DisplaySoloist实例是否是独占线程,true表示独占一个线程,false表示共享线程。 |
H A Dnative__display__soloist_8h.md42 …Create](_native_display_soloist.md#oh_displaysoloist_create) (bool useExclusiveThread) | 创建一个OH_Di…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/native_display_soloist/
H A Dnative_display_soloist.cpp28 OH_DisplaySoloist* OH_DisplaySoloist_Create(bool useExclusiveThread) in OH_DisplaySoloist_Create() argument
32 soloistManager.InsertUseExclusiveThreadFlag(soloistId->GetId(), useExclusiveThread); in OH_DisplaySoloist_Create()
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A D_native_display_soloist.md41 …st) \* [OH_DisplaySoloist_Create](#oh_displaysoloist_create) (bool useExclusiveThread) | Creates a…
104 OH_DisplaySoloist* OH_DisplaySoloist_Create (bool useExclusiveThread)
117 | useExclusiveThread | Whether the **OH_DisplaySoloist** instance exclusively occupies a thread. Th…
H A Dnative__display__soloist_8h.md42 …Create](_native_display_soloist.md#oh_displaysoloist_create) (bool useExclusiveThread) | Creates a…
/ohos5.0/foundation/graphic/graphic_2d/interfaces/inner_api/hyper_graphic_manager/
H A Dnative_display_soloist.h89 OH_DisplaySoloist* OH_DisplaySoloist_Create(bool useExclusiveThread);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_display_soloist.cpp564 …id RSDisplaySoloistManager::InsertUseExclusiveThreadFlag(SoloistIdType id, bool useExclusiveThread) in InsertUseExclusiveThreadFlag() argument
569 idToSoloistMap_[id]->useExclusiveThread_ = useExclusiveThread; in InsertUseExclusiveThreadFlag()
570 …{public}s, SoloistId:%{public}d useExclusiveThread:%{public}d.", __func__, id, useExclusiveThread); in InsertUseExclusiveThreadFlag()
H A Drs_ui_display_soloist.h140 void InsertUseExclusiveThreadFlag(SoloistIdType id, bool useExclusiveThread);
/ohos5.0/docs/zh-cn/application-dev/graphics/
H A Ddisplaysoloist-native-guidelines.md10 | OH_DisplaySoloist* OH_DisplaySoloist_Create (bool useExclusiveThread) | 创建一个OH_DisplaySoloist实例。 …
/ohos5.0/docs/en/application-dev/graphics/
H A Ddisplaysoloist-native-guidelines.md11 | OH_DisplaySoloist* OH_DisplaySoloist_Create (bool useExclusiveThread) | Creates an **OH_DisplaySo…