Home
last modified time | relevance | path

Searched refs:BundleMgrStub (Results 1 - 25 of 25) sorted by relevance

/foundation/filemanagement/app_file_service/tests/mock/bundle_manager/src/
H A Dmock_bundle_manager.cpp45 int BundleMgrStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
50 bool BundleMgrStub::GetBundleInfo(const string &bundleName, in GetBundleInfo()
55 GTEST_LOG_(INFO) << "BundleMgrStub:GetBundleInfo is ok"; in GetBundleInfo()
63 bool BundleMgrStub::GetBundleInfo(const string &bundleName, int32_t flags, BundleInfo &bundleInfo, int32_t userId) in GetBundleInfo()
73 bool BundleMgrStub::GetApplicationInfos(const ApplicationFlag flag, int userId, vector<ApplicationInfo> &appInfos) in GetApplicationInfos()
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/include/
H A Dmock_bundle_manager.h40 class BundleMgrStub : public IRemoteStub<IBundleMgr> { class
46 class MocBundleMgrService : public BundleMgrStub {
55 class BundleMgrService : public BundleMgrStub {
/foundation/filemanagement/app_file_service/tests/mock/bundle_manager/include/
H A Dmock_bundle_manager.h41 class BundleMgrStub : public IRemoteStub<IBundleMgr> { class
43 BundleMgrStub() {}; in BundleMgrStub() function in OHOS::AppExecFwk::BundleMgrStub
44 virtual ~BundleMgrStub() {} in ~BundleMgrStub()
/foundation/ability/ability_runtime/test/unittest/child_process_manager_test/include/
H A Dmock_bundle_manager.h35 class BundleMgrStub : public IRemoteStub<IBundleMgr> { class
38 class BundleMgrService : public BundleMgrStub {
/foundation/ability/ability_runtime/test/unittest/child_process_manager_second_test/include/
H A Dmock_bundle_manager.h35 class BundleMgrStub : public IRemoteStub<IBundleMgr> { class
38 class BundleMgrService : public BundleMgrStub {
/foundation/filemanagement/app_file_service/tests/mock/affwk/
H A Dservice_registry_mock.cpp24 static sptr<AppExecFwk::BundleMgrStub> g_appMgrService = nullptr;
39 g_appMgrService = new AppExecFwk::BundleMgrStub(); in GetSystemAbility()
/foundation/barrierfree/accessibility/services/test/mock/
H A Dmock_bundle_manager.h37 class BundleMgrStub : public IRemoteStub<IBundleMgr> { class
44 class BundleMgrService : public BundleMgrStub {
H A Dmock_bundle_manager.cpp33 int BundleMgrStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest()
/foundation/ability/ability_runtime/test/unittest/free_install_observer_manager_test/
H A Dmock_bundle_manager.h76 class BundleMgrStub : public IRemoteStub<IBundleMgr> { class
78 virtual ~BundleMgrStub() {} in ~BundleMgrStub()
83 class BundleMgrService : public BundleMgrStub {
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_bundle_manager_form.h83 class BundleMgrStub : public IRemoteStub<IBundleMgr> { class
85 ~BundleMgrStub() = default;
90 class BundleMgrService : public BundleMgrStub {
H A Dmock_bundle_manager.h69 class BundleMgrStub : public IRemoteStub<IBundleMgr> { class
75 class BundleMgrService : public BundleMgrStub {
H A Dmock_bundle_manager.cpp76 int BundleMgrStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest()
78 GTEST_LOG_(INFO) << " BundleMgrStub::OnRemoteRequest"; in OnRemoteRequest()
H A Dmock_bundle_manager_form.cpp56 int BundleMgrStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest()
/foundation/ability/ability_runtime/test/unittest/free_install_manager_test/
H A Dmock_bundle_manager.h76 class BundleMgrStub : public IRemoteStub<IBundleMgr> { class
78 virtual ~BundleMgrStub() {} in ~BundleMgrStub()
83 class BundleMgrService : public BundleMgrStub {
/foundation/barrierfree/accessibility/services/aams/test/mock/include/
H A Dmock_bundle_manager.h73 class BundleMgrStub : public IRemoteStub<IBundleMgr> { class
79 class BundleMgrService : public BundleMgrStub {
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H A Dmock_bundle_manager.cpp27 int BundleMgrStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest()
29 GTEST_LOG_(INFO) << "MOCK BundleMgrStub OnRemoteRequest"; in OnRemoteRequest()
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_bundle_manager.h73 class BundleMgrStub : public IRemoteStub<IBundleMgr> { class
79 class BundleMgrService : public BundleMgrStub {
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_bundle_manager.h83 class BundleMgrStub : public IRemoteStub<IBundleMgr> { class
89 class BundleMgrService : public BundleMgrStub {
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/bundlemgr/
H A Dmock_bundle_manager.h304 class BundleMgrStub : public IRemoteStub<IBundleMgr> { class
306 virtual ~BundleMgrStub() {} in ~BundleMgrStub()
311 class BundleMgrService : public BundleMgrStub {
/foundation/barrierfree/accessibility/services/aams/test/mock/src/aafwk/
H A Dmock_bundle_manager.cpp32 int BundleMgrStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest()
/foundation/ability/form_fwk/test/mock/src/
H A Dmock_bundle_manager.cpp46 int BundleMgrStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
/foundation/ability/ability_runtime/test/moduletest/mock/include/
H A Dmock_bundle_mgr.h317 class BundleMgrStub : public IRemoteStub<IBundleMgr> { class
323 class BundleMgrService : public BundleMgrStub {
/foundation/ability/ability_runtime/test/moduletest/mock/src/
H A Dmock_bundle_mgr.cpp67 int BundleMgrStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest()
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/bundlemgr/
H A Dmock_bundle_manager.cpp67 int BundleMgrStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest()
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/src/
H A Dmock_bundle_manager.cpp132 int BundleMgrStub::OnRemoteRequest(uint32_t code, MessageParcel& data, MessageParcel& reply, MessageOption& option) in OnRemoteRequest()

Completed in 9 milliseconds