Searched refs:show (Results 1 - 14 of 14) sorted by relevance
/base/request/request/services/src/service/command/ |
H A D | show.rs | 22 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 D | mod.rs | 24 mod show; modules
|
/base/request/request/services/src/manage/ |
H A D | query.rs | 46 let info = self.show(uid, task_id); 61 pub(crate) fn show(&self, uid: u64, task_id: u32) -> Option<TaskInfo> {
|
H A D | task_manager.rs | 382 pub(crate) fn show(&self, uid: u64, task_id: u32) -> Option<TaskInfo> {
|
/base/startup/init/services/begetctl/shell/ |
H A D | shell_bas.c | 68 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 D | ark_web_handler.h | 197 * @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 D | ark_web_handler_impl.h | 147 * @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 D | ark_web_handler_impl.cpp | 898 void ArkWebHandlerImpl::OnPopupShow(bool show) in OnPopupShow() argument 900 nweb_handler_->OnPopupShow(show); in OnPopupShow()
|
/base/web/webview/interfaces/kits/napi/js/ |
H A D | webview_export.js | 98 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 D | stub.rs | 84 interface::SHOW => self.show(data, reply), in on_remote_request()
|
/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_handler.h | 480 * @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 D | ark_web_handler_wrapper.h | 158 * @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 D | ark_web_handler_wrapper.cpp | 1016 void ArkWebHandlerWrapper::OnPopupShow(bool show) { in OnPopupShow() argument 1017 ark_web_handler_->OnPopupShow(show); in OnPopupShow()
|
/base/request/request/test/rustest/src/ |
H A D | lib.rs | 221 pub fn show(&self, task_id: u32) { in show() functions
|
Completed in 13 milliseconds