/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | common_event_info.cpp | 41 bool CommonEventInfo::ReadFromParcel(Parcel &parcel) in ReadFromParcel() 69 CommonEventInfo *CommonEventInfo::Unmarshalling(Parcel &parcel) in Unmarshalling() 71 std::unique_ptr<CommonEventInfo> info = std::make_unique<CommonEventInfo>(); in Unmarshalling() 79 bool CommonEventInfo::Marshalling(Parcel &parcel) const in Marshalling() 101 void to_json(nlohmann::json &jsonObject, const CommonEventInfo &commonEvent) in to_json() 114 void from_json(const nlohmann::json &jsonObject, CommonEventInfo &commonEvent) in from_json()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/commonevent_fuzzer/ |
H A D | commonevent_fuzzer.cpp | 25 CommonEventInfo oldCommonEventInfo; in fuzzelcommoneventinfounmarshalling() 29 CommonEventInfo *info = new (std::nothrow) CommonEventInfo(); in fuzzelcommoneventinfounmarshalling()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/common_event_info_test/ |
H A D | common_event_info_test.cpp | 33 CommonEventInfo info; in BenchmarkTestForReadFromParcel() 52 CommonEventInfo info; in BenchmarkTestForMarshalling() 70 CommonEventInfo info; in BenchmarkTestForUnmarshalling()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | common_event_info.h | 24 struct CommonEventInfo : public Parcelable { struct 35 static CommonEventInfo *Unmarshalling(Parcel &parcel); argument
|
H A D | json_serializer.h | 68 void to_json(nlohmann::json &jsonObject, const CommonEventInfo &commonEvent); 69 void from_json(const nlohmann::json &jsonObject, CommonEventInfo &commonEvent);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/json_serializer_test/ |
H A D | json_serializer_test.cpp | 379 CommonEventInfo commonEvent; in BenchmarkTestForCommonEventInfoToJson() 408 CommonEventInfo commonEvent; in BenchmarkTestForCommonEventInfoFromJson()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/ |
H A D | bundlemgrproxy_fuzzer.cpp | 75 CommonEventInfo commonEventInfo; in DoSomethingInterestingWithMyAPI() 77 std::vector<CommonEventInfo> commonEventInfos; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_data_mgr_test.cpp | 745 CommonEventInfo BmsBundleDataMgrTest::MockCommonEventInfo( in MockCommonEventInfo() 748 CommonEventInfo CommonEventInfo; in MockCommonEventInfo() local 749 CommonEventInfo.name = COMMON_EVENT_NAME; in MockCommonEventInfo() 750 CommonEventInfo.bundleName = bundleName; in MockCommonEventInfo() 751 CommonEventInfo.uid = uid; in MockCommonEventInfo() 752 CommonEventInfo.permission = COMMON_EVENT_PERMISSION; in MockCommonEventInfo() 753 CommonEventInfo.data.emplace_back(COMMON_EVENT_DATA); in MockCommonEventInfo() 754 CommonEventInfo.type.emplace_back(COMMON_EVENT_TYPE); in MockCommonEventInfo() 756 return CommonEventInfo; in MockCommonEventInfo() 2656 std::vector<CommonEventInfo> commonEventInfos; [all …]
|
H A D | bms_bundle_kit_service_test.cpp | 873 CommonEventInfo CommonEventInfo; in MockCommonEventInfo() local 874 CommonEventInfo.name = COMMON_EVENT_NAME; in MockCommonEventInfo() 875 CommonEventInfo.bundleName = bundleName; in MockCommonEventInfo() 876 CommonEventInfo.uid = uid; in MockCommonEventInfo() 881 return CommonEventInfo; in MockCommonEventInfo() 5857 std::vector<CommonEventInfo> commonEventInfos; 5872 std::vector<CommonEventInfo> commonEventInfos; 10795 CommonEventInfo commonEventInfo; 10803 CommonEventInfo commonEventInfo2; 10819 CommonEventInfo commonEventInfo; [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 336 void AddModuleCommonEvent(const std::map<std::string, CommonEventInfo> &commonEvents) in AddModuleCommonEvent() 1094 void InsertCommonEvents(const std::string &keyName, const CommonEventInfo &commonEvents) in InsertCommonEvents() 1198 …void GetCommonEvents(const std::string &eventKey, std::vector<CommonEventInfo> &commonEvents) cons… 2273 std::map<std::string, CommonEventInfo> commonEvents_;
|
H A D | bundle_mgr_host_impl.h | 708 std::vector<CommonEventInfo> &commonEventInfos) override;
|
H A D | bundle_data_mgr.h | 571 …bool GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo> &commonEventI…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 1949 CommonEventInfo commonEvent1; 1950 CommonEventInfo commonEvent2; 2906 CommonEventInfo info; 2912 auto info2 = CommonEventInfo::Unmarshalling(parcel);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_compatible_system_test/ |
H A D | bms_compatible_system_test.cpp | 737 std::vector<CommonEventInfo> commonEventInfos;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/ |
H A D | bundlemgr_proxy_test.cpp | 1044 std::vector<CommonEventInfo> commonEventInfos; in BenchmarkTestGetAllCommonEventInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_mgr_interface.h | 986 …virtual bool GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo> &comm… in GetAllCommonEventInfo()
|
H A D | bundle_mgr_proxy.h | 729 std::vector<CommonEventInfo> &commonEventInfos) override;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_false_test.cpp | 716 std::vector<CommonEventInfo> commonEventInfos;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | inner_bundle_info.cpp | 1379 GetValueIfFindKey<std::map<std::string, CommonEventInfo>>(jsonObject, in FromJson() 2783 void InnerBundleInfo::GetCommonEvents(const std::string &eventKey, std::vector<CommonEventInfo> &co… in GetCommonEvents() 2785 CommonEventInfo item; in GetCommonEvents()
|
H A D | bundle_profile.cpp | 2502 CommonEventInfo commonEvent; in ToInnerBundleInfo()
|
H A D | bundle_mgr_host_impl.cpp | 2494 std::vector<CommonEventInfo> &commonEventInfos) in GetAllCommonEventInfo()
|
H A D | bundle_data_mgr.cpp | 4899 std::vector<CommonEventInfo> &commonEventInfos) const in GetAllCommonEventInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_proxy.cpp | 2600 bool BundleMgrProxy::GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo… in GetAllCommonEventInfo() 2619 if (!GetParcelableInfos<CommonEventInfo>( in GetAllCommonEventInfo()
|
H A D | bundle_mgr_host.cpp | 2222 std::vector<CommonEventInfo> infos; in HandleGetAllCommonEventInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 1817 std::vector<CommonEventInfo> commonEventInfos; 2626 std::vector<CommonEventInfo> commonEventInfos;
|