Home
last modified time | relevance | path

Searched refs:Show (Results 1 - 25 of 27) sorted by relevance

12

/base/update/updater/services/ui/strategy/
H A Dlogo_strategy.h28 virtual void Show() const = 0;
40 void Show() const override;
48 void Show() const override;
H A Dlogo_strategy.cpp39 void AnimatorLogo::Show() const in Show() function in Updater::AnimatorLogo
51 void ImageLogo::Show() const in Show() function in Updater::ImageLogo
H A Dprogress_strategy.h29 void Show() const;
H A Dprogress_strategy.cpp43 void ProgressStrategy::Show() const in Show() function in Updater::ProgressStrategy
/base/request/request/frameworks/native/src/
H A Drequest_manager.cpp60 int32_t RequestManager::Show(const std::string &tid, TaskInfo &info) in Show() function in OHOS::Request::RequestManager
62 return RequestManagerImpl::GetInstance()->Show(tid, info); in Show()
H A Drequest_manager_impl.cpp212 int32_t RequestManagerImpl::Show(const std::string &tid, TaskInfo &info) in Show() function in OHOS::Request::RequestManagerImpl
214 REQUEST_HILOGD("Show in"); in Show()
220 return proxy->Show(tid, info); in Show()
H A Drequest_service_proxy.cpp262 int32_t RequestServiceProxy::Show(const std::string &tid, TaskInfo &info) in Show() function in OHOS::Request::RequestServiceProxy
264 REQUEST_HILOGD("Request Show, tid: %{public}s", tid.c_str()); in Show()
271 REQUEST_HILOGE("End Request Show, tid: %{public}s, failed: %{public}d", tid.c_str(), ret); in Show()
276 REQUEST_HILOGE("End Request Show, tid: %{public}s, failed: %{public}d", tid.c_str(), errCode); in Show()
280 REQUEST_HILOGD("End Request Show ok, tid: %{public}s", tid.c_str()); in Show()
/base/request/request/frameworks/native/include/
H A Drequest_service_proxy.h44 int32_t Show(const std::string &tid, TaskInfo &info) override;
H A Drequest_service_interface.h43 virtual int32_t Show(const std::string &tid, TaskInfo &info) = 0;
H A Drequest_manager.h36 REQUEST_API int32_t Show(const std::string &tid, TaskInfo &info);
H A Drequest_manager_impl.h55 int32_t Show(const std::string &tid, TaskInfo &info);
/base/update/updater/services/ui/
H A Dupdater_ui_facade.cpp129 isVisible ? it->second->Show() : it->second->Hide(); in SetLogoVisible()
141 isVisible ? it->second->Show() : it->second->Hide(); in SetProgressVisible()
/base/security/access_token/services/privacymanager/test/tool/
H A Dcamera_window_create.cpp103 ret = static_cast<int32_t>(fltWin->Show()); in HWTEST_F()
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_panel.h65 static napi_value Show(napi_env env, napi_callback_info info);
H A Djs_panel.cpp51 DECLARE_NAPI_FUNCTION("show", Show), in Init()
256 napi_value JsPanel::Show(napi_env env, napi_callback_info info) in Show() function in OHOS::MiscServices::JsPanel
/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Drequest_manager_impl_test.cpp55 MOCK_METHOD(int32_t, Show, (const std::string &tid, TaskInfo &info), (override));
231 * @tc.desc: Test ShowTest001 interface base function - Show
239 EXPECT_CALL(*exceptProxy, Show(tid, testing::_)).WillOnce(testing::Return(E_CHANNEL_NOT_OPEN)); in HWTEST_F()
240 EXPECT_EQ(RequestManagerImpl::GetInstance()->Show(tid, info), E_CHANNEL_NOT_OPEN); in HWTEST_F()
H A Drequest_manager_test.cpp177 * @tc.desc: Test ShowTest001 interface base function - Show
186 RequestManager::GetInstance()->Show(tid, info); in HWTEST_F()
/base/request/request/frameworks/js/napi/include/
H A Djs_task.h36 static napi_value Show(napi_env env, napi_callback_info info);
/base/inputmethod/imf/test/unittest/cpp_test/common/src/
H A Dtdd_util.cpp423 auto ret = window_->Show(); in ShowWindow()
424 IMSA_HILOGI("Show window end, ret = %{public}d", ret); in ShowWindow()
/base/request/request/frameworks/js/napi/src/
H A Drequest_module.cpp117 DECLARE_NAPI_METHOD("show", JsTask::Show), in InitAgent()
H A Drequest_event.cpp431 ret = RequestManager::GetInstance()->Show(context->task->GetTid(), infoRes); in QueryExec()
/base/request/request/services/src/manage/
H A Dquery.rs45 QueryEvent::Show(task_id, uid, tx) => {
69 info!("TaskManger Show: no task found");
H A Dtask_manager.rs384 let event = QueryEvent::Show(task_id, uid, tx);
/base/request/request/services/src/manage/events/
H A Dmod.rs128 Show(u32, u64, Sender<Option<TaskInfo>>),
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_panel.cpp625 ret = window_->Show(); in ShowPanel()

Completed in 19 milliseconds

12