Home
last modified time | relevance | path

Searched refs:SetWindow (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/ui_extension_context_test/
H A Dui_extension_context_test.cpp232 context->SetWindow(window);
249 context->SetWindow(window);
267 context->SetWindow(window);
289 context->SetWindow(window);
312 context->SetWindow(window);
330 context->SetWindow(window);
351 context->SetWindow(window);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_central_manager_impl.cpp843 SetWindow(window); in SetLowPowerDuration()
848 SetWindow(window); in SetLowPowerDuration()
858 SetWindow(window); in SetBalancedDuration()
863 SetWindow(window); in SetBalancedDuration()
873 SetWindow(window); in SetLowLatencyDuration()
878 SetWindow(window); in SetLowLatencyDuration()
888 SetWindow(window); in SetDutyCycle2Duration()
893 SetWindow(window); in SetDutyCycle2Duration()
903 SetWindow(window); in SetDutyCycle10Duration()
908 SetWindow(window); in SetDutyCycle10Duration()
[all …]
H A Dble_central_manager_impl.h177 void SetWindow(uint16_t windowMSecs) const;
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_service_extension_ability/
H A Dui_service_extension_context.h63 void SetWindow(sptr<Rosen::Window> window);
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_ability.h93 void SetWindow(sptr<OHOS::Rosen::Window> rsWindow);
H A Dace_ability.cpp627 void AceAbility::SetWindow(sptr<OHOS::Rosen::Window> rsWindow) in SetWindow() function in OHOS::Ace::Platform::AceAbility
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_extension_ability/
H A Dui_extension_context.h144 void SetWindow(sptr<Rosen::Window> window);
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
H A Dace_tv_test.cpp123 ability->SetWindow(window); in main()
H A Dace_wearable_test.cpp121 ability->SetWindow(window); in main()
H A Dace_car_test.cpp145 ability->SetWindow(window); in main()
H A Dace_card_test.cpp148 ability->SetWindow(window); in main()
H A Dace_phone_test.cpp147 ability->SetWindow(window); in main()
H A Dace_tablet_test.cpp147 ability->SetWindow(window); in main()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/
H A Dui_service_extension_context.cpp59 void UIServiceExtensionContext::SetWindow(sptr<Rosen::Window> window) in SetWindow() function in OHOS::AbilityRuntime::UIServiceExtensionContext
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H A Djs_ui_extension.cpp691 context->SetWindow(uiWindow); in HandleSessionCreate()
806 context->SetWindow(nullptr); in DestroyWindow()
808 context->SetWindow(it.second); in DestroyWindow()
H A Dui_extension_context.cpp261 void UIExtensionContext::SetWindow(sptr<Rosen::Window> window) in SetWindow() function in OHOS::AbilityRuntime::UIExtensionContext
H A Djs_ui_extension_base.cpp663 context_->SetWindow(uiWindow); in HandleSessionCreate()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_service_extension_ability/
H A Djs_ui_service_extension.cpp276 context->SetWindow(nullptr); in OnStop()
428 context->SetWindow(extensionWindow); in CreateWindowIfNeeded()