Home
last modified time | relevance | path

Searched refs:ScheduleProfileChanged (Results 1 - 17 of 17) sorted by relevance

/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_scheduler_test/
H A Dams_ipc_app_scheduler_module_test.cpp196 EXPECT_CALL(*mockApplication, ScheduleProfileChanged(_)) in HWTEST_F()
199 client->ScheduleProfileChanged(profile); in HWTEST_F()
/foundation/ability/ability_runtime/test/unittest/ams_ipc_interface_test/
H A Dams_ipc_appscheduler_interface_test.cpp244 * CaseDescription: Test the interface ScheduleProfileChanged of AppScheduler
254 EXPECT_CALL(*mockApplication, ScheduleProfileChanged(_)) in HWTEST_F()
257 client->ScheduleProfileChanged(profile); in HWTEST_F()
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_app_scheduler.h41 MOCK_METHOD1(ScheduleProfileChanged, void(const AppExecFwk::Profile&));
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler_client.h39 MOCK_METHOD1(ScheduleProfileChanged, void(const Profile&));
H A Dmock_app_scheduler.h39 MOCK_METHOD1(ScheduleProfileChanged, void(const Profile&));
H A Dmock_application_proxy.h39 MOCK_METHOD1(ScheduleProfileChanged, void(const Profile&));
H A Dmock_application.h38 MOCK_METHOD1(ScheduleProfileChanged, void(const Profile&));
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h158 * ScheduleProfileChanged, call ScheduleProfileChanged() through proxy project,
164 virtual void ScheduleProfileChanged(const Profile &) = 0;
H A Dapp_scheduler_proxy.h151 * ScheduleProfileChanged, call ScheduleProfileChanged() through proxy project,
157 virtual void ScheduleProfileChanged(const Profile &profile) override;
/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h300 void ScheduleProfileChanged(const Profile& profile) in ScheduleProfileChanged() function in OHOS::AppExecFwk::MockAppMgrService
303 Appthread_->ScheduleProfileChanged(profile); in ScheduleProfileChanged()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h238 void ScheduleProfileChanged(const Profile &profile) override;
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
H A Dams_app_mgr_service_module_test.cpp67 void ScheduleProfileChanged(const Profile&) override
/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp118 void ScheduleProfileChanged(const Profile&) override
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp304 ScheduleProfileChanged(*profile); in HandleScheduleProfileChanged()
H A Dapp_scheduler_proxy.cpp337 void AppSchedulerProxy::ScheduleProfileChanged(const Profile &profile) in ScheduleProfileChanged() function in OHOS::AppExecFwk::AppSchedulerProxy
/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/
H A Dmain_thread_test.cpp408 mainThread_->ScheduleProfileChanged(profile); in HWTEST_F()
1850 mainThread_->ScheduleProfileChanged(profile); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp775 void MainThread::ScheduleProfileChanged(const Profile &profile) in ScheduleProfileChanged() function in OHOS::AppExecFwk::MainThread

Completed in 19 milliseconds