/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_ipc_interface_test/ |
H A D | ams_ipc_appscheduler_interface_test.cpp | 254 EXPECT_CALL(*mockApplication, ScheduleProfileChanged(_)) 257 client->ScheduleProfileChanged(profile);
|
/ohos5.0/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(_)) 199 client->ScheduleProfileChanged(profile);
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/ |
H A D | mock_app_scheduler.h | 41 MOCK_METHOD1(ScheduleProfileChanged, void(const AppExecFwk::Profile&));
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_scheduler.h | 39 MOCK_METHOD1(ScheduleProfileChanged, void(const Profile&));
|
H A D | mock_application.h | 38 MOCK_METHOD1(ScheduleProfileChanged, void(const Profile&));
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 156 virtual void ScheduleProfileChanged(const Profile &) = 0;
|
H A D | app_scheduler_proxy.h | 157 virtual void ScheduleProfileChanged(const Profile &profile) override;
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/ |
H A D | mock_app_mgr_service.h | 298 void ScheduleProfileChanged(const Profile& profile) in ScheduleProfileChanged() function 301 Appthread_->ScheduleProfileChanged(profile); in ScheduleProfileChanged()
|
/ohos5.0/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 in ScheduleProfileChanged() function in OHOS::AppExecFwk::MockedApplication
|
/ohos5.0/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 in ScheduleProfileChanged() function in OHOS::AppExecFwk::TestAppSchedulerImpl
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 241 void ScheduleProfileChanged(const Profile &profile) override;
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 303 ScheduleProfileChanged(*profile); in HandleScheduleProfileChanged()
|
H A D | app_scheduler_proxy.cpp | 336 void AppSchedulerProxy::ScheduleProfileChanged(const Profile &profile) in ScheduleProfileChanged() function in OHOS::AppExecFwk::AppSchedulerProxy
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/appkit/main_thread_test/ |
H A D | main_thread_test.cpp | 403 mainThread_->ScheduleProfileChanged(profile); 1820 mainThread_->ScheduleProfileChanged(profile);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 789 void MainThread::ScheduleProfileChanged(const Profile &profile) in ScheduleProfileChanged() function in OHOS::AppExecFwk::MainThread
|