Home
last modified time | relevance | path

Searched refs:OnCommand (Results 1 - 25 of 52) sorted by relevance

123

/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/ui_extension_ability/
H A Dui_extension_base.h64 void OnCommand(const AAFwk::Want &want, bool restart, int startId) override
66 Extension::OnCommand(want, restart, startId);
68 impl_->OnCommand(want, restart, startId);
H A Dui_extension_base_impl.h41 virtual void OnCommand(const AAFwk::Want &want, bool restart, int startId) = 0;
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_service_ability.cpp140 void AceServiceAbility::OnCommand(const AAFwk::Want &want, bool restart, int startId) in OnCommand() function in OHOS::Ace::AceServiceAbility
142 LOGI("AceServiceAbility OnCommand start"); in OnCommand()
143 Ability::OnCommand(want, restart, startId); in OnCommand()
144 Platform::PaContainer::OnCommand(want, startId, abilityId_); in OnCommand()
H A Dace_service_ability.h40 void OnCommand(const AAFwk::Want &want, bool restart, int startId) override;
/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dshell_command.cpp44 ErrCode ShellCommand::OnCommand() in OnCommand() function in OHOS::AppExecFwk::ShellCommand
75 result = OnCommand(); in ExecCommand()
/foundation/deviceprofile/device_info_manager/old/tools/dp/src/
H A Dshell_command.cpp52 ErrCode ShellCommand::OnCommand() in OnCommand() function in OHOS::DeviceProfile::ShellCommand
83 result = OnCommand(); in ExecCommand()
/foundation/ability/ability_runtime/tools/aa/src/
H A Dshell_command.cpp45 ErrCode ShellCommand::OnCommand() in OnCommand() function in OHOS::AAFwk::ShellCommand
79 result = OnCommand(); in ExecCommand()
/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_service_extension.cpp89 void FormRenderServiceExtension::OnCommand(const AAFwk::Want &want, bool restart, int startId) in OnCommand() function in OHOS::AbilityRuntime::FormRenderServiceExtension
91 Extension::OnCommand(want, restart, startId); in OnCommand()
/foundation/filemanagement/app_file_service/tests/mock/backup_ext/src/
H A Dext_backup_mock.cpp44 void ExtBackup::OnCommand(const AAFwk::Want &want, bool restart, int startId) in OnCommand() function in OHOS::FileManagement::Backup::ExtBackup
46 BExtBackup::extBackup->OnCommand(want, restart, startId); in OnCommand()
/foundation/ability/ability_runtime/tools/aa/include/
H A Dshell_command.h39 ErrCode OnCommand();
/foundation/ability/form_fwk/services/form_render_service/include/
H A Dform_render_service_extension.h118 void OnCommand(const AAFwk::Want &want, bool restart, int startId) override;
/foundation/ability/form_fwk/test/unittest/fms_form_render_service_extension_test/
H A Dfms_form_render_service_extension_test.cpp74 * @tc.desc: Verify OnCommand interface executes as expected.
85 formRenderServiceExtension->OnCommand(want, restart, startId); in HWTEST_F()
/foundation/bundlemanager/bundle_tool/frameworks/include/
H A Dshell_command.h39 ErrCode OnCommand();
/foundation/deviceprofile/device_info_manager/old/tools/dp/include/
H A Dshell_command.h36 ErrCode OnCommand();
/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/DemoAbility/
H A Ddemo_ability_test.cpp133 void DemoAbility::OnCommand(const AAFwk::Want& want, bool restart, int startId) in OnCommand() function in OHOS::AppExecFwk::DemoAbility
135 GTEST_LOG_(INFO) << "DemoAbility::OnCommand called"; in OnCommand()
137 Ability::OnCommand(want, restart, startId); in OnCommand()
H A Ddemo_ability_test.h35 void OnCommand(const AAFwk::Want& want, bool restart, int startId) override;
/foundation/filemanagement/app_file_service/tests/mock/backup_ext/include/
H A Dext_backup_mock.h31 virtual void OnCommand(const AAFwk::Want &, bool, int) = 0;
75 MOCK_METHOD(void, OnCommand, (const AAFwk::Want &, bool, int));
/foundation/ability/form_fwk/test/fuzztest/formrenderserviceextension_fuzzer/
H A Dformrenderserviceextension_fuzzer.cpp56 formRenderServiceExtension->OnCommand(want, restart, startId); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/auto_fill_extension_ability/
H A Djs_auto_fill_extension.h77 void OnCommand(const AAFwk::Want &want, bool restart, int startId) override;
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_page_ability.h103 void OnCommand(const AAFwk::Want& want, bool restart, int startId) in OnCommand() function in OHOS::AppExecFwk::MockPageAbility
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/include/
H A Dext_backup.h68 void OnCommand(const AAFwk::Want &want, bool restart, int startId) override;
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dextension.h159 virtual void OnCommand(const AAFwk::Want &want, bool restart, int startId);
H A Djs_service_extension.h128 virtual void OnCommand(const AAFwk::Want &want, bool restart, int startId) override;
/foundation/arkui/ace_engine/adapter/ohos/entrance/pa_engine/
H A Dpa_backend.h98 void OnCommand(const OHOS::AAFwk::Want &want, int startId);
/foundation/communication/netmanager_ext/interfaces/innerkits/vpnextension/include/
H A Djs_vpn_extension.h125 virtual void OnCommand(const AAFwk::Want &want, bool restart, int startId) override;

Completed in 8 milliseconds

123