/base/update/updater/services/ui/strategy/ |
H A D | logo_strategy.h | 28 virtual void Show() const = 0; 40 void Show() const override; 48 void Show() const override;
|
H A D | logo_strategy.cpp | 39 void AnimatorLogo::Show() const in Show() function in Updater::AnimatorLogo 51 void ImageLogo::Show() const in Show() function in Updater::ImageLogo
|
H A D | progress_strategy.h | 29 void Show() const;
|
H A D | progress_strategy.cpp | 43 void ProgressStrategy::Show() const in Show() function in Updater::ProgressStrategy
|
/base/request/request/frameworks/native/src/ |
H A D | request_manager.cpp | 60 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 D | request_manager_impl.cpp | 212 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 D | request_service_proxy.cpp | 262 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 D | request_service_proxy.h | 44 int32_t Show(const std::string &tid, TaskInfo &info) override;
|
H A D | request_service_interface.h | 43 virtual int32_t Show(const std::string &tid, TaskInfo &info) = 0;
|
H A D | request_manager.h | 36 REQUEST_API int32_t Show(const std::string &tid, TaskInfo &info);
|
H A D | request_manager_impl.h | 55 int32_t Show(const std::string &tid, TaskInfo &info);
|
/base/update/updater/services/ui/ |
H A D | updater_ui_facade.cpp | 129 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 D | camera_window_create.cpp | 103 ret = static_cast<int32_t>(fltWin->Show()); in HWTEST_F()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
H A D | js_panel.h | 65 static napi_value Show(napi_env env, napi_callback_info info);
|
H A D | js_panel.cpp | 51 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 D | request_manager_impl_test.cpp | 55 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 D | request_manager_test.cpp | 177 * @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 D | js_task.h | 36 static napi_value Show(napi_env env, napi_callback_info info);
|
/base/inputmethod/imf/test/unittest/cpp_test/common/src/ |
H A D | tdd_util.cpp | 423 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 D | request_module.cpp | 117 DECLARE_NAPI_METHOD("show", JsTask::Show),
in InitAgent()
|
H A D | request_event.cpp | 431 ret = RequestManager::GetInstance()->Show(context->task->GetTid(), infoRes);
in QueryExec()
|
/base/request/request/services/src/manage/ |
H A D | query.rs | 45 QueryEvent::Show(task_id, uid, tx) => { 69 info!("TaskManger Show: no task found");
|
H A D | task_manager.rs | 384 let event = QueryEvent::Show(task_id, uid, tx);
|
/base/request/request/services/src/manage/events/ |
H A D | mod.rs | 128 Show(u32, u64, Sender<Option<TaskInfo>>),
|
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
H A D | input_method_panel.cpp | 625 ret = window_->Show(); in ShowPanel()
|