Home
last modified time | relevance | path

Searched refs:Platform (Results 1 - 5 of 5) sorted by relevance

/ide/tools/previewer/jsapp/rich/
H A DJsAppImpl.h106 void SetJsAppArgs(OHOS::Ace::Platform::AceRunArgs& args);
120 void SetAssetPath(OHOS::Ace::Platform::AceRunArgs& args, const std::string) const;
121 void SetProjectModel(OHOS::Ace::Platform::AceRunArgs& args) const;
122 void SetPageProfile(OHOS::Ace::Platform::AceRunArgs& args, const std::string) const;
123 void SetDeviceWidth(OHOS::Ace::Platform::AceRunArgs& args, const int32_t) const;
124 void SetDeviceHeight(OHOS::Ace::Platform::AceRunArgs& args, const int32_t) const;
125 void SetWindowTitle(OHOS::Ace::Platform::AceRunArgs& args, const std::string) const;
126 void SetUrl(OHOS::Ace::Platform::AceRunArgs& args, const std::string) const;
127 void SetConfigChanges(OHOS::Ace::Platform::AceRunArgs& args, const std::string) const;
129 void SetComponentTestConfig(OHOS::Ace::Platform
[all...]
H A DJsAppImpl.cpp161 void JsAppImpl::SetJsAppArgs(OHOS::Ace::Platform::AceRunArgs& args) in SetJsAppArgs()
211 Platform::AcePreviewHelper::GetInstance()->SetCallbackOfPostTask(AppExecFwk::EventHandler::PostTask); in RunJsApp()
212 Platform::AcePreviewHelper::GetInstance()-> in RunJsApp()
214 Platform::AcePreviewHelper::GetInstance()->SetCallbackOfSetClipboardData(ClipboardHelper::SetClipboardData); in RunJsApp()
215 Platform::AcePreviewHelper::GetInstance()->SetCallbackOfGetClipboardData(ClipboardHelper::GetClipboardData); in RunJsApp()
230 Platform::AcePreviewHelper::GetInstance()->SetCallbackOfHspBufferTracker( in RunNormalAbility()
247 ability = Platform::AceAbility::CreateInstance(aceRunArgs); in RunNormalAbility()
375 std::shared_ptr<AppExecFwk::Configuration> JsAppImpl::UpdateConfiguration(OHOS::Ace::Platform::AceRunArgs& args) in UpdateConfiguration()
416 void JsAppImpl::AdaptDeviceType(Platform::AceRunArgs& args, const std::string type, in AdaptDeviceType()
465 void JsAppImpl::SetAssetPath(Platform
[all...]
/ide/tools/previewer/test/mock/arkui/
H A DMockAcePreviewHelper.cpp18 namespace OHOS::Ace::Platform { namespace in OHOS::Ace
24 } // namespace OHOS::Ace::Platform in GetInstance()
H A DMockAceAbility.cpp21 namespace OHOS::Ace::Platform { namespace in OHOS::Ace
/ide/tools/previewer/test/unittest/jsapp/
H A DJsAppImplTest.cpp92 OHOS::Ace::Platform::AceAbility::CreateInstance(JsAppImpl::GetInstance().aceRunArgs); in TEST_F()
118 OHOS::Ace::Platform::AceAbility::CreateInstance(JsAppImpl::GetInstance().aceRunArgs); in TEST_F()
225 OHOS::Ace::Platform::AceAbility::CreateInstance(JsAppImpl::GetInstance().aceRunArgs); in TEST_F()
243 OHOS::Ace::Platform::AceAbility::CreateInstance(JsAppImpl::GetInstance().aceRunArgs); in TEST_F()
270 OHOS::Ace::Platform::AceAbility::CreateInstance(JsAppImpl::GetInstance().aceRunArgs); in TEST_F()
279 OHOS::Ace::Platform::AceAbility::CreateInstance(JsAppImpl::GetInstance().aceRunArgs); in TEST_F()
372 OHOS::Ace::Platform::AceRunArgs args; in TEST_F()
387 auto ptr = OHOS::Ace::Platform::AcePreviewHelper::GetInstance()->GetCallbackOfHspBufferTracker(); in TEST_F()
578 OHOS::Ace::Platform::AceAbility::CreateInstance(JsAppImpl::GetInstance().aceRunArgs); in TEST_F()

Completed in 4 milliseconds