/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_mgr_service.cpp | 81 AppMgrService::AppMgrService() in AppMgrService() function in OHOS::AppExecFwk::AppMgrService 88 AppMgrService::AppMgrService(const int32_t serviceId, bool runOnCreate) : SystemAbility(serviceId, … in AppMgrService() function in OHOS::AppExecFwk::AppMgrService 95 AppMgrService::~AppMgrService() in ~AppMgrService() 100 void AppMgrService::OnStart() in OnStart() 120 void AppMgrService::OnStop() in OnStop() 145 ErrCode AppMgrService::Init() in Init() 294 bool AppMgrService::IsReady() const in IsReady() 325 sptr<IAmsMgr> AppMgrService::GetAmsMgr() in GetAmsMgr() 734 int AppMgrService::DumpIpcAllInner(const AppMgrService::DumpIpcKey key, std::string& result) in DumpIpcAllInner() 753 int AppMgrService::DumpIpcWithPidInner(const AppMgrService::DumpIpcKey key, in DumpIpcWithPidInner() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/ |
H A D | app_mgr_service_test.cpp | 1325 sptr<AppMgrService> appMgrService = new (std::nothrow) AppMgrService(); 1339 sptr<AppMgrService> appMgrService = new (std::nothrow) AppMgrService(); 1353 sptr<AppMgrService> appMgrService = new (std::nothrow) AppMgrService(); 1372 sptr<AppMgrService> appMgrService = new (std::nothrow) AppMgrService(); 1389 sptr<AppMgrService> appMgrService = new (std::nothrow) AppMgrService(); 1412 sptr<AppMgrService> appMgrService = new (std::nothrow) AppMgrService(); 1436 sptr<AppMgrService> appMgrService = new (std::nothrow) AppMgrService(); 1459 sptr<AppMgrService> appMgrService = new (std::nothrow) AppMgrService(); 1480 sptr<AppMgrService> appMgrService = new (std::nothrow) AppMgrService(); 1500 sptr<AppMgrService> appMgrService = new (std::nothrow) AppMgrService(); [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_service_startup_test/ |
H A D | ams_service_startup_test.cpp | 67 std::shared_ptr<AppMgrService> appMgrService = std::make_shared<AppMgrService>(); 89 std::shared_ptr<AppMgrService> appMgrService = std::make_shared<AppMgrService>(); 113 std::shared_ptr<AppMgrService> appMgrService = std::make_shared<AppMgrService>(); 133 std::shared_ptr<AppMgrService> appMgrService = std::make_shared<AppMgrService>(); 157 std::shared_ptr<AppMgrService> appMgrService = std::make_shared<AppMgrService>();
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/service_start_process_test/ |
H A D | ams_service_start_process_module_test.cpp | 71 std::shared_ptr<AppMgrService> appMgrService = std::make_shared<AppMgrService>(); 98 std::shared_ptr<AppMgrService> appMgrService = std::make_shared<AppMgrService>();
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_test/ |
H A D | app_mgr_service_dump_test.cpp | 89 auto appMgrService = std::make_shared<AppMgrService>(); 112 auto appMgrService = std::make_shared<AppMgrService>(); 138 auto appMgrService = std::make_shared<AppMgrService>(); 160 auto appMgrService = std::make_shared<AppMgrService>(); 184 auto appMgrService = std::make_shared<AppMgrService>();
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ipc_test/ |
H A D | app_mgr_service_dump_ipc_test.cpp | 74 auto appMgrService = std::make_shared<AppMgrService>(); 115 auto appMgrService = std::make_shared<AppMgrService>(); 155 auto appMgrService = std::make_shared<AppMgrService>(); 196 auto appMgrService = std::make_shared<AppMgrService>(); 237 auto appMgrService = std::make_shared<AppMgrService>(); 277 auto appMgrService = std::make_shared<AppMgrService>(); 318 auto appMgrService = std::make_shared<AppMgrService>(); 359 auto appMgrService = std::make_shared<AppMgrService>(); 400 auto appMgrService = std::make_shared<AppMgrService>(); 441 auto appMgrService = std::make_shared<AppMgrService>(); [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ffrt_test/ |
H A D | app_mgr_service_dump_ffrt_test.cpp | 79 auto appMgrService = std::make_shared<AppMgrService>(); 114 auto appMgrService = std::make_shared<AppMgrService>(); 151 auto appMgrService = std::make_shared<AppMgrService>(); 194 auto appMgrService = std::make_shared<AppMgrService>(); 236 auto appMgrService = std::make_shared<AppMgrService>(); 281 auto appMgrService = std::make_shared<AppMgrService>(); 326 auto appMgrService = std::make_shared<AppMgrService>(); 374 auto appMgrService = std::make_shared<AppMgrService>(); 422 auto appMgrService = std::make_shared<AppMgrService>();
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_mgr_service.h | 54 class AppMgrService : public SystemAbility, public AppMgrStub { 56 DECLEAR_SYSTEM_ABILITY(AppMgrService); 58 AppMgrService(); 59 explicit AppMgrService(const int32_t serviceId, bool runOnCreate = false); 60 virtual ~AppMgrService() override; 743 int DumpIpcAllInner(const AppMgrService::DumpIpcKey key, std::string& result); 744 int DumpIpcWithPidInner(const AppMgrService::DumpIpcKey key, 759 DISALLOW_COPY_AND_MOVE(AppMgrService);
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/ |
H A D | ams_app_mgr_service_module_test.cpp | 149 inline static std::shared_ptr<AppMgrService> appMgrService_{ nullptr }; 157 appMgrService_ = std::make_shared<AppMgrService>(); in SetUpTestCase() 257 auto appMgrService = std::make_shared<AppMgrService>(); 291 auto appMgrService = std::make_shared<AppMgrService>(); 325 auto appMgrService = std::make_shared<AppMgrService>(); 356 auto appMgrService = std::make_shared<AppMgrService>();
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/unregisterapplicationstateobserver_fuzzer/ |
H A D | unregisterapplicationstateobserver_fuzzer.cpp | 37 std::shared_ptr<AppMgrService> appMgrService = std::make_shared<AppMgrService>(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/registerapplicationstateobserver_fuzzer/ |
H A D | registerapplicationstateobserver_fuzzer.cpp | 37 std::shared_ptr<AppMgrService> appMgrService = std::make_shared<AppMgrService>(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appmanager_fuzzer/ |
H A D | appmanager_fuzzer.cpp | 59 std::shared_ptr<AppMgrService> appMgr = std::make_shared<AppMgrService>(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/service_app_spawn_client_test/ |
H A D | ams_service_app_spawn_client_module_test.cpp | 204 std::shared_ptr<AppMgrService> appMgrService = std::make_shared<AppMgrService>(); 231 std::shared_ptr<AppMgrService> appMgrService = std::make_shared<AppMgrService>(); 266 std::shared_ptr<AppMgrService> appMgrService = std::make_shared<AppMgrService>();
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_service_event_drive_test/ |
H A D | ams_service_event_drive_test.cpp | 50 std::shared_ptr<AppMgrService> appMgrService_ = std::make_shared<AppMgrService>(); 113 std::unique_ptr<AppMgrService> appMgrService = std::make_unique<AppMgrService>(); 191 auto appMgrService = std::make_shared<AppMgrService>();
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/ |
H A D | appmgrservicefirst_fuzzer.cpp | 66 AppMgrService* appMgrService = new AppMgrService(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/ |
H A D | libappms.map | 31 *AppMgrService*;
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/appmgrstub_fuzzer/ |
H A D | appmgrstub_fuzzer.cpp | 56 auto appMgrStub = std::make_shared<AppMgrService>(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_running_record_test/ |
H A D | BUILD.gn | 58 defines = [ "AMS_LOG_TAG = \"AppMgrService\"" ]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/user_record_manager_test/ |
H A D | BUILD.gn | 59 defines = [ "AMS_LOG_TAG = \"AppMgrService\"" ]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_config_data_manager_test/ |
H A D | BUILD.gn | 61 defines = [ "AMS_LOG_TAG = \"AppMgrService\"" ]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/ |
H A D | BUILD.gn | 63 defines = [ "AMS_LOG_TAG = \"AppMgrService\"" ]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/ |
H A D | BUILD.gn | 73 defines = [ "AMS_LOG_TAG = \"AppMgrService\"" ]
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/cache_process_manager_test/ |
H A D | BUILD.gn | 80 defines = [ "AMS_LOG_TAG = \"AppMgrService\"" ]
|
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/security/dlp_permission_service/system/ |
H A D | hap_domain.te | 25 # avc: denied { read write } for pid=1218 comm="AppMgrService" path="/data/fuse/com.example.ohno…
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ |
H A D | BUILD.gn | 25 defines = [ "AMS_LOG_TAG = \"AppMgrService\"" ]
|