/ohos5.0/foundation/bundlemanager/ecological_rule_manager/services/manager/src/ |
H A D | ecologic_rule_mgr_service.cpp | 27 namespace EcologicalRuleMgrService { namespace 32 std::mutex EcologicalRuleMgrService::instanceLock_; 33 sptr<EcologicalRuleMgrService> EcologicalRuleMgrService::instance_; 35 EcologicalRuleMgrService::EcologicalRuleMgrService() : state_(ServiceRunningState::STATE_NOT_START) in EcologicalRuleMgrService() function in OHOS::EcologicalRuleMgrService::EcologicalRuleMgrService 39 EcologicalRuleMgrService::EcologicalRuleMgrService(int32_t saId, bool runOnCreate) in EcologicalRuleMgrService() function in OHOS::EcologicalRuleMgrService::EcologicalRuleMgrService 44 EcologicalRuleMgrService::~EcologicalRuleMgrService() {} in ~EcologicalRuleMgrService() 46 sptr<EcologicalRuleMgrService> EcologicalRuleMgrService::GetInstance() in GetInstance() 51 instance_ = new EcologicalRuleMgrService; in GetInstance() 92 void EcologicalRuleMgrService::OnStart() in OnStart() 100 bool ret = Publish(EcologicalRuleMgrService::GetInstance()); in OnStart() [all …]
|
H A D | ecologic_rule_mgr_service_stub.cpp | 25 namespace EcologicalRuleMgrService { namespace
|
/ohos5.0/foundation/bundlemanager/ecological_rule_manager/services/manager/include/ |
H A D | ecological_rule_mgr_service.h | 29 namespace EcologicalRuleMgrService { 42 class EcologicalRuleMgrService : public SystemAbility, public EcologicalRuleMgrServiceStub { 43 DECLARE_SYSTEM_ABILITY(EcologicalRuleMgrService); 48 DISALLOW_COPY_AND_MOVE(EcologicalRuleMgrService); 49 EcologicalRuleMgrService(); 50 EcologicalRuleMgrService(int32_t saId, bool runOnCreate); 51 ~EcologicalRuleMgrService(); 52 static sptr<EcologicalRuleMgrService> GetInstance(); 65 static sptr<EcologicalRuleMgrService> instance_;
|
H A D | ecological_rule_mgr_service_stub.h | 33 namespace EcologicalRuleMgrService {
|
/ohos5.0/foundation/bundlemanager/ecological_rule_manager/test/unittest/ |
H A D | ecological_rule_mgr_service_client_test.cpp | 22 namespace EcologicalRuleMgrService { namespace 45 …ecologicalRuleMgrServiceClient = OHOS::EcologicalRuleMgrService::EcologicalRuleMgrServiceClient::G… in SetUp() 65 ASSERT_EQ(OHOS::EcologicalRuleMgrService::ReturnCode::SUCCESS, res); 81 ASSERT_EQ(OHOS::EcologicalRuleMgrService::ReturnCode::SUCCESS, res); 97 ASSERT_EQ(OHOS::EcologicalRuleMgrService::ReturnCode::SUCCESS, res); 119 ASSERT_EQ(OHOS::EcologicalRuleMgrService::ReturnCode::SUCCESS, res);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/interceptor/ |
H A D | ecological_rule_interceptor.h | 22 namespace EcologicalRuleMgrService { 27 using namespace OHOS::EcologicalRuleMgrService; 28 using ErmsCallerInfo = OHOS::EcologicalRuleMgrService::AbilityCallerInfo; 29 using ExperienceRule = OHOS::EcologicalRuleMgrService::AbilityExperienceRule;
|
/ohos5.0/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_ecological_rule_manager.h | 114 class EcologicalRuleMgrService : public EcologicalRuleMgrStub { 116 EcologicalRuleMgrService() {}; in EcologicalRuleMgrService() function 117 virtual ~EcologicalRuleMgrService() = default; 131 class MockEcologicalRuleMgrService : public EcologicalRuleMgrService {
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | implicit_start_processor.h | 28 namespace EcologicalRuleMgrService { 49 using namespace OHOS::EcologicalRuleMgrService; 50 using ErmsCallerInfo = OHOS::EcologicalRuleMgrService::AbilityCallerInfo;
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrecologicalrulemgrserviceparam_fuzzer/ |
H A D | abilitymgrecologicalrulemgrserviceparam_fuzzer.cpp | 53 EcologicalRuleMgrService::AbilityExperienceRule abilityExperienceRule; in DoSomethingInterestingWithMyAPI() 56 EcologicalRuleMgrService::AbilityCallerInfo abilityCallerInfo; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ecological_rule/ |
H A D | ability_ecological_rule_mgr_service_interface.h | 26 namespace EcologicalRuleMgrService {
|
H A D | ability_ecological_rule_mgr_service_param.h | 27 namespace EcologicalRuleMgrService {
|
H A D | ability_ecological_rule_mgr_service.h | 26 namespace EcologicalRuleMgrService {
|
/ohos5.0/foundation/bundlemanager/ecological_rule_manager/utils/include/ |
H A D | ecological_rule_mgr_service_logger.h | 23 namespace EcologicalRuleMgrService {
|
/ohos5.0/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/include/ |
H A D | ecological_rule_mgr_service_interface.h | 26 namespace EcologicalRuleMgrService {
|
H A D | ecological_rule_mgr_service_proxy.h | 24 namespace EcologicalRuleMgrService {
|
H A D | ecological_rule_mgr_service_param.h | 26 namespace EcologicalRuleMgrService {
|
H A D | ecological_rule_mgr_service_client.h | 25 namespace EcologicalRuleMgrService {
|
/ohos5.0/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/src/ |
H A D | ecological_rule_mgr_service_param.cpp | 23 namespace EcologicalRuleMgrService { namespace
|
H A D | ecological_rule_mgr_service_client.cpp | 25 namespace EcologicalRuleMgrService { namespace
|
H A D | ecological_rule_mgr_service_proxy.cpp | 21 namespace EcologicalRuleMgrService { namespace
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ecological_rule/ |
H A D | ability_ecological_rule_mgr_service_param.cpp | 21 namespace EcologicalRuleMgrService { namespace
|
H A D | ability_ecological_rule_mgr_service.cpp | 24 namespace EcologicalRuleMgrService { namespace
|