Home
last modified time | relevance | path

Searched refs:ScheduleProfileChanged (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_ipc_interface_test/
H A Dams_ipc_appscheduler_interface_test.cpp254 EXPECT_CALL(*mockApplication, ScheduleProfileChanged(_))
257 client->ScheduleProfileChanged(profile);
/ohos5.0/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(_))
199 client->ScheduleProfileChanged(profile);
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_app_scheduler.h41 MOCK_METHOD1(ScheduleProfileChanged, void(const AppExecFwk::Profile&));
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler.h39 MOCK_METHOD1(ScheduleProfileChanged, void(const Profile&));
H A Dmock_application.h38 MOCK_METHOD1(ScheduleProfileChanged, void(const Profile&));
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h156 virtual void ScheduleProfileChanged(const Profile &) = 0;
H A Dapp_scheduler_proxy.h157 virtual void ScheduleProfileChanged(const Profile &profile) override;
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h298 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 Dams_ability_running_record_module_test.cpp118 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 Dams_app_mgr_service_module_test.cpp67 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 Dmain_thread.h241 void ScheduleProfileChanged(const Profile &profile) override;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp303 ScheduleProfileChanged(*profile); in HandleScheduleProfileChanged()
H A Dapp_scheduler_proxy.cpp336 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 Dmain_thread_test.cpp403 mainThread_->ScheduleProfileChanged(profile);
1820 mainThread_->ScheduleProfileChanged(profile);
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp789 void MainThread::ScheduleProfileChanged(const Profile &profile) in ScheduleProfileChanged() function in OHOS::AppExecFwk::MainThread