Home
last modified time | relevance | path

Searched refs:show (Results 1 - 14 of 14) sorted by relevance

/base/request/request/services/src/service/command/
H A Dshow.rs22 pub(crate) fn show(&self, data: &mut MsgParcel, reply: &mut MsgParcel) -> IpcResult<()> {
24 error!("Service show: no INTERNET permission");
29 info!("Service show tid {}", task_id);
32 error!("End Service show, failed: task_id not valid");
43 let info = self.task_manager.lock().unwrap().show(uid, task_id);
52 "End Service show, failed: task_id not found, tid: {}",
H A Dmod.rs24 mod show; modules
/base/request/request/services/src/manage/
H A Dquery.rs46 let info = self.show(uid, task_id);
61 pub(crate) fn show(&self, uid: u64, task_id: u32) -> Option<TaskInfo> {
H A Dtask_manager.rs382 pub(crate) fn show(&self, uid: u64, task_id: u32) -> Option<TaskInfo> {
/base/startup/init/services/begetctl/shell/
H A Dshell_bas.c68 int show = 0; in BShellCmdHelp() local
75 show = 1; in BShellCmdHelp()
79 if (show) { in BShellCmdHelp()
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/
H A Dark_web_handler.h197 * @brief inform application to show a file selector.
327 * @return To show a custom dialog, the app should return true.
342 * @return To show a custom dialog, the app should return true.
358 * @return To show a custom dialog, the app should return true.
373 * @return To show a custom dialog, the app should return true.
802 * @param show Whether the popup is shown or hidden.
806 virtual void OnPopupShow(bool show) = 0;
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.h147 * @brief inform application to show a file selector.
260 * @return To show a custom dialog, the app should return true.
274 * @return To show a custom dialog, the app should return true.
289 * @return To show a custom dialog, the app should return true.
303 * @return To show a custom dialog, the app should return true.
573 void OnPopupShow(bool show) override;
H A Dark_web_handler_impl.cpp898 void ArkWebHandlerImpl::OnPopupShow(bool show) in OnPopupShow() argument
900 nweb_handler_->OnPopupShow(show); in OnPopupShow()
/base/web/webview/interfaces/kits/napi/js/
H A Dwebview_export.js98 console.log('input element contain capture tag, not show dialog');
106 console.log('show dialog happend error:' + JSON.stringify(error));
260 ActionSheet.show({
/base/request/request/services/src/service/
H A Dstub.rs84 interface::SHOW => self.show(data, reply), in on_remote_request()
/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h480 * @return To show a custom dialog, the app should return true.
496 * @return To show a custom dialog, the app should return true.
513 * @return To show a custom dialog, the app should return true.
529 * @return To show a custom dialog, the app should return true.
575 * @brief inform application to show a file selector.
1020 * @param show Whether the popup is shown or hidden.
1023 virtual void OnPopupShow(bool show) {} in OnPopupShow() argument
/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.h158 * @brief inform application to show a file selector.
271 * @return To show a custom dialog, the app should return true.
285 * @return To show a custom dialog, the app should return true.
300 * @return To show a custom dialog, the app should return true.
314 * @return To show a custom dialog, the app should return true.
610 void OnPopupShow(bool show) override;
H A Dark_web_handler_wrapper.cpp1016 void ArkWebHandlerWrapper::OnPopupShow(bool show) { in OnPopupShow() argument
1017 ark_web_handler_->OnPopupShow(show); in OnPopupShow()
/base/request/request/test/rustest/src/
H A Dlib.rs221 pub fn show(&self, task_id: u32) { in show() functions

Completed in 13 milliseconds