/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/service_event_drive_test/ |
H A D | ams_service_event_drive_module_test.cpp | 201 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 D | ams_service_event_drive_test.cpp | 143 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 D | ams_app_service_flow_module_test.cpp | 194 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 D | ams_workflow_test.cpp | 189 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 D | ams_ipc_appmgr_interface_test.cpp | 114 EXPECT_CALL(*mockAppMgr, ApplicationBackgrounded(_)) 117 appMgrClient->ApplicationBackgrounded(recordId);
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_mgr_test/ |
H A D | ams_ipc_app_mgr_module_test.cpp | 125 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 D | app_mgr_interface.h | 61 virtual void ApplicationBackgrounded(const int32_t recordId) = 0;
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/ |
H A D | ams_app_mgr_service_module_test.cpp | 304 …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 D | mock_app_mgr_service_inner.h | 37 MOCK_METHOD1(ApplicationBackgrounded, void(const int32_t recordId));
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_mgr_service_inner.h | 39 MOCK_METHOD1(ApplicationBackgrounded, void(const int32_t recordId));
|
H A D | mock_app_mgr_service.h | 40 MOCK_METHOD1(ApplicationBackgrounded, void(const int32_t recordId));
|
/ohos5.0/base/security/access_token/services/test/mock/aafwk/ |
H A D | mock_app_mgr_service.h | 37 MOCK_METHOD1(ApplicationBackgrounded, void(const int32_t recordId));
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/ |
H A D | appmgrservicefirst_fuzzer.cpp | 133 appMgrService->ApplicationBackgrounded(recordId); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_mgr_interface.h | 93 virtual void ApplicationBackgrounded(const int32_t recordId) = 0;
|
H A D | app_mgr_proxy.h | 72 virtual void ApplicationBackgrounded(const int32_t recordId) override;
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_app_life_cycle_test/ |
H A D | ams_app_life_cycle_test.cpp | 796 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 D | mock_app_mgr_service.h | 110 virtual void ApplicationBackgrounded(const int32_t recordId) in ApplicationBackgrounded() function
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service.h | 103 virtual void ApplicationBackgrounded(const int32_t recordId) override;
|
H A D | app_mgr_service_inner.h | 247 virtual void ApplicationBackgrounded(const int32_t recordId);
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service.cpp | 235 void AppMgrService::ApplicationBackgrounded(const int32_t recordId) in ApplicationBackgrounded() function in OHOS::AppExecFwk::AppMgrService 247 appMgrServiceInner->ApplicationBackgrounded(recordId); in ApplicationBackgrounded()
|
H A D | app_running_record.cpp | 684 serviceInnerObj->ApplicationBackgrounded(recordId); in ScheduleBackgroundRunning()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 732 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 D | app_mgr_service_test.cpp | 189 appMgrService->ApplicationBackgrounded(recordId);
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_mgr_stub.cpp | 389 ApplicationBackgrounded(data.ReadInt32()); in HandleApplicationBackgrounded()
|
H A D | app_mgr_proxy.cpp | 89 void AppMgrProxy::ApplicationBackgrounded(const int32_t recordId) in ApplicationBackgrounded() function in OHOS::AppExecFwk::AppMgrProxy
|