/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_scheduler_test/ |
H A D | ams_ipc_app_scheduler_module_test.cpp | 196 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 D | ams_ipc_appscheduler_interface_test.cpp | 244 * 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 D | mock_app_scheduler.h | 41 MOCK_METHOD1(ScheduleProfileChanged, void(const AppExecFwk::Profile&));
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler_client.h | 39 MOCK_METHOD1(ScheduleProfileChanged, void(const Profile&));
|
H A D | mock_app_scheduler.h | 39 MOCK_METHOD1(ScheduleProfileChanged, void(const Profile&));
|
H A D | mock_application_proxy.h | 39 MOCK_METHOD1(ScheduleProfileChanged, void(const Profile&));
|
H A D | mock_application.h | 38 MOCK_METHOD1(ScheduleProfileChanged, void(const Profile&));
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 158 * ScheduleProfileChanged, call ScheduleProfileChanged() through proxy project, 164 virtual void ScheduleProfileChanged(const Profile &) = 0;
|
H A D | app_scheduler_proxy.h | 151 * 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 D | mock_app_mgr_service.h | 300 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 D | main_thread.h | 238 void ScheduleProfileChanged(const Profile &profile) override;
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/ |
H A D | ams_app_mgr_service_module_test.cpp | 67 void ScheduleProfileChanged(const Profile&) override
|
/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/ |
H A D | ams_ability_running_record_module_test.cpp | 118 void ScheduleProfileChanged(const Profile&) override
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 304 ScheduleProfileChanged(*profile); in HandleScheduleProfileChanged()
|
H A D | app_scheduler_proxy.cpp | 337 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 D | main_thread_test.cpp | 408 mainThread_->ScheduleProfileChanged(profile); in HWTEST_F() 1850 mainThread_->ScheduleProfileChanged(profile); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 775 void MainThread::ScheduleProfileChanged(const Profile &profile) in ScheduleProfileChanged() function in OHOS::AppExecFwk::MainThread
|