Home
last modified time | relevance | path

Searched refs:ApplicationBackgrounded (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/service_event_drive_test/
H A Dams_service_event_drive_module_test.cpp201 appMgrService_->ApplicationBackgrounded(recordId);
228 appMgrService_->ApplicationBackgrounded(recordId);
253 appMgrService_->ApplicationBackgrounded(recordId);
332 appMgrService_->ApplicationBackgrounded(recordId);
358 appMgrService_->ApplicationBackgrounded(recordId);
386 appMgrService_->ApplicationBackgrounded(recordId);
413 appMgrService_->ApplicationBackgrounded(recordId);
439 appMgrService_->ApplicationBackgrounded(recordId);
465 appMgrService_->ApplicationBackgrounded(recordId);
492 appMgrService_->ApplicationBackgrounded(recordId);
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_service_event_drive_test/
H A Dams_service_event_drive_test.cpp143 EXPECT_CALL(*innerService, ApplicationBackgrounded(_))
147 appMgrService_->ApplicationBackgrounded(recordId);
294 appMgrService_->ApplicationBackgrounded(recordId);
462 appMgrService_->ApplicationBackgrounded(recordId);
580 EXPECT_CALL(*innerService, ApplicationBackgrounded(_))
586 appMgrService_->ApplicationBackgrounded(recordId);
611 EXPECT_CALL(*innerService, ApplicationBackgrounded(_))
616 appMgrService_->ApplicationBackgrounded(recordId);
638 EXPECT_CALL(*innerService, ApplicationBackgrounded(_))
644 appMgrService_->ApplicationBackgrounded(recordId);
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_service_flow_test/
H A Dams_app_service_flow_module_test.cpp194 serviceInner_->ApplicationBackgrounded(testAppA.appRecord_->GetRecordId());
231 serviceInner_->ApplicationBackgrounded(testAppA.appRecord_->GetRecordId());
243 serviceInner_->ApplicationBackgrounded(testAppB.appRecord_->GetRecordId());
327 serviceInner_->ApplicationBackgrounded(testAppA.appRecord_->GetRecordId());
376 serviceInner_->ApplicationBackgrounded(testAppA.appRecord_->GetRecordId());
392 serviceInner_->ApplicationBackgrounded(testAppB.appRecord_->GetRecordId());
428 serviceInner_->ApplicationBackgrounded(testAppB.appRecord_->GetRecordId());
433 serviceInner_->ApplicationBackgrounded(testAppA.appRecord_->GetRecordId());
478 serviceInner_->ApplicationBackgrounded(testAppB.appRecord_->GetRecordId());
481 serviceInner_->ApplicationBackgrounded(testAppA.appRecord_->GetRecordId());
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_workflow_test/
H A Dams_workflow_test.cpp189 serviceInner_->ApplicationBackgrounded(appA.appRecord_->GetRecordId());
251 serviceInner_->ApplicationBackgrounded(appA.appRecord_->GetRecordId());
291 serviceInner_->ApplicationBackgrounded(appA.appRecord_->GetRecordId());
329 serviceInner_->ApplicationBackgrounded(appA.appRecord_->GetRecordId());
371 serviceInner_->ApplicationBackgrounded(appA.appRecord_->GetRecordId());
421 serviceInner_->ApplicationBackgrounded(appA.appRecord_->GetRecordId());
453 serviceInner_->ApplicationBackgrounded(appA.appRecord_->GetRecordId());
480 serviceInner_->ApplicationBackgrounded(appA.appRecord_->GetRecordId());
507 serviceInner_->ApplicationBackgrounded(appA.appRecord_->GetRecordId());
534 serviceInner_->ApplicationBackgrounded(appA.appRecord_->GetRecordId());
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_ipc_interface_test/
H A Dams_ipc_appmgr_interface_test.cpp114 EXPECT_CALL(*mockAppMgr, ApplicationBackgrounded(_))
117 appMgrClient->ApplicationBackgrounded(recordId);
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_mgr_test/
H A Dams_ipc_app_mgr_module_test.cpp125 EXPECT_CALL(*mockAppMgr, ApplicationBackgrounded(_))
127 appMgrClient->ApplicationBackgrounded(recordId);
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/
H A Dapp_mgr_interface.h61 virtual void ApplicationBackgrounded(const int32_t recordId) = 0;
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
H A Dams_app_mgr_service_module_test.cpp304 …EXPECT_CALL(*mockAppMgrServiceInner_, ApplicationBackgrounded(_)).Times(1).WillOnce(Invoke(mockHan…
307 appMgrService->ApplicationBackgrounded(testRecordId);
/ohos5.0/foundation/ability/ability_runtime/test/mock/mock_appmgr_service/include/
H A Dmock_app_mgr_service_inner.h37 MOCK_METHOD1(ApplicationBackgrounded, void(const int32_t recordId));
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_mgr_service_inner.h39 MOCK_METHOD1(ApplicationBackgrounded, void(const int32_t recordId));
H A Dmock_app_mgr_service.h40 MOCK_METHOD1(ApplicationBackgrounded, void(const int32_t recordId));
/ohos5.0/base/security/access_token/services/test/mock/aafwk/
H A Dmock_app_mgr_service.h37 MOCK_METHOD1(ApplicationBackgrounded, void(const int32_t recordId));
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/
H A Dappmgrservicefirst_fuzzer.cpp133 appMgrService->ApplicationBackgrounded(recordId); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_interface.h93 virtual void ApplicationBackgrounded(const int32_t recordId) = 0;
H A Dapp_mgr_proxy.h72 virtual void ApplicationBackgrounded(const int32_t recordId) override;
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_life_cycle_test/
H A Dams_app_life_cycle_test.cpp796 serviceInner_->ApplicationBackgrounded(testAppPreRecord.appRecord_->GetRecordId());
1154 serviceInner_->ApplicationBackgrounded(appRecordId);
1173 serviceInner_->ApplicationBackgrounded(appRecordId);
1192 serviceInner_->ApplicationBackgrounded(appRecord->GetRecordId());
1209 serviceInner_->ApplicationBackgrounded(appRecordId);
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_app_mgr_service.h110 virtual void ApplicationBackgrounded(const int32_t recordId) in ApplicationBackgrounded() function
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_mgr_service.h103 virtual void ApplicationBackgrounded(const int32_t recordId) override;
H A Dapp_mgr_service_inner.h247 virtual void ApplicationBackgrounded(const int32_t recordId);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp235 void AppMgrService::ApplicationBackgrounded(const int32_t recordId) in ApplicationBackgrounded() function in OHOS::AppExecFwk::AppMgrService
247 appMgrServiceInner->ApplicationBackgrounded(recordId); in ApplicationBackgrounded()
H A Dapp_running_record.cpp684 serviceInnerObj->ApplicationBackgrounded(recordId); in ScheduleBackgroundRunning()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp732 appMgrServiceInner->ApplicationBackgrounded(99);
741 appMgrServiceInner->ApplicationBackgrounded(recordId_);
744 appMgrServiceInner->ApplicationBackgrounded(recordId_);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H A Dapp_mgr_service_test.cpp189 appMgrService->ApplicationBackgrounded(recordId);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp389 ApplicationBackgrounded(data.ReadInt32()); in HandleApplicationBackgrounded()
H A Dapp_mgr_proxy.cpp89 void AppMgrProxy::ApplicationBackgrounded(const int32_t recordId) in ApplicationBackgrounded() function in OHOS::AppExecFwk::AppMgrProxy

12