Home
last modified time | relevance | path

Searched refs:BundleMgrHost (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_test/
H A Dbms_bundle_mgr_host_unit_test.cpp51 BundleMgrHost bundleMgrHost;
69 BundleMgrHost bundleMgrHost;
87 BundleMgrHost bundleMgrHost;
105 BundleMgrHost bundleMgrHost;
123 BundleMgrHost bundleMgrHost;
141 BundleMgrHost bundleMgrHost;
159 BundleMgrHost bundleMgrHost;
177 BundleMgrHost bundleMgrHost;
195 BundleMgrHost bundleMgrHost;
213 BundleMgrHost bundleMgrHost;
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_bundle_mgr_host_test/
H A Dbms_bundle_mgr_host_test.cpp55 BundleMgrHost bundleMgrHost;
70 BundleMgrHost bundleMgrHost;
85 BundleMgrHost bundleMgrHost;
100 BundleMgrHost bundleMgrHost;
115 BundleMgrHost bundleMgrHost;
130 BundleMgrHost bundleMgrHost;
145 BundleMgrHost bundleMgrHost;
160 BundleMgrHost bundleMgrHost;
175 BundleMgrHost bundleMgrHost;
190 BundleMgrHost bundleMgrHost;
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_host.cpp88 BundleMgrHost::BundleMgrHost() in BundleMgrHost() function in OHOS::AppExecFwk::BundleMgrHost
97 std::u16string descriptor = BundleMgrHost::GetDescriptor(); in OnRemoteRequest()
754 ErrCode BundleMgrHost::HandleGetBundleInfo(MessageParcel &data, MessageParcel &reply) in HandleGetBundleInfo()
1817 ErrCode BundleMgrHost::HandleCopyAp(MessageParcel &data, MessageParcel &reply) in HandleCopyAp()
1836 ErrCode BundleMgrHost::HandleDumpInfos(MessageParcel &data, MessageParcel &reply) in HandleDumpInfos()
2434 ErrCode BundleMgrHost::HandleGetAppType(MessageParcel &data, MessageParcel &reply) in HandleGetAppType()
2703 ErrCode BundleMgrHost::HandleGetIconById(MessageParcel &data, MessageParcel &reply) in HandleGetIconById()
2918 int32_t BundleMgrHost::AllocatAshmemNum() in AllocatAshmemNum()
3570 bool BundleMgrHost::WriteParcelableIntoAshmem( in WriteParcelableIntoAshmem()
3726 ErrCode BundleMgrHost::HandleCanOpenLink(MessageParcel &data, MessageParcel &reply) in HandleCanOpenLink()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrhost_fuzzer/
H A Dbundlemgrhost_fuzzer.cpp35 std::u16string descriptor = BundleMgrHost::GetDescriptor(); in DoSomethingInterestingWithMyAPI()
41 BundleMgrHost bundleMgrHost; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/
H A Dbms_bundle_manager_overlay_ipc_test.cpp157 data.WriteInterfaceToken(BundleMgrHost::GetDescriptor());
202 data.WriteInterfaceToken(BundleMgrHost::GetDescriptor());
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Dbrowser_proxy_test.cpp46 sptr<AppExecFwk::BundleMgrHost> bundleManager_ = nullptr;
56 bundleManager_ = new (std::nothrow) AppExecFwk::BundleMgrHost(); in SetUp()
/ohos5.0/base/notification/common_event_service/test/mock/include/
H A Dmock_bundle_manager.h31 class MockBundleMgrService : public BundleMgrHost {
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/include/
H A Dmock_bundle_manager.h31 class MockBundleManager : public BundleMgrHost {
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_appkit_test/include/
H A Dmock_bundle_mgr_service.h25 class MockBundleMgrService : public BundleMgrHost {
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_host.h30 class BundleMgrHost : public IRemoteStub<IBundleMgr> {
32 BundleMgrHost();
33 virtual ~BundleMgrHost() = default;
890 DISALLOW_COPY_AND_MOVE(BundleMgrHost);
/ohos5.0/foundation/bundlemanager/bundle_tool/test/mock/
H A Dmock_bundle_mgr_host.h26 class MockBundleMgrHost : public BundleMgrHost {
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/test/unittest/common/
H A Dutility_common_utils_test.cpp224 … #15 pc 0000000000091c3c /system/lib64/libappexecfwk_core.z.so(OHOS::AppExecFwk::BundleMgrHost
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h34 class BundleMgrHostImpl : public BundleMgrHost {