Home
last modified time | relevance | path

Searched refs:MockGetSystemAbilityManager (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/bundle_manager_helper_branch_test/
H A Dbundle_manager_helper_branch_test.cpp47 MockGetSystemAbilityManager(false);
60 MockGetSystemAbilityManager(true);
73 MockGetSystemAbilityManager(false);
86 MockGetSystemAbilityManager(true);
99 MockGetSystemAbilityManager(true);
115 MockGetSystemAbilityManager(false);
144 MockGetSystemAbilityManager(true);
157 MockGetSystemAbilityManager(false);
171 MockGetSystemAbilityManager(false);
186 MockGetSystemAbilityManager(false);
[all …]
H A Dmock_service_registry.cpp25 void MockGetSystemAbilityManager(bool mockRet) in MockGetSystemAbilityManager() function
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/test/unittest/
H A Dmock_standby_client_unit_test.cpp48 MockSaService::MockGetSystemAbilityManager(false);
66 MockSaService::MockGetSystemAbilityManager(true);
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/test/unittest/mock/include/
H A Dmock_sa_service.h24 static void MockGetSystemAbilityManager(bool mockRet);
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/test/unittest/mock/
H A Dmock_sa_service.cpp52 void MockSaService::MockGetSystemAbilityManager(bool mockRet) in MockGetSystemAbilityManager() function in OHOS::DevStandbyMgr::MockSaService