Home
last modified time | relevance | path

Searched refs:CommonEventInfo (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dcommon_event_info.cpp41 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 Dcommonevent_fuzzer.cpp25 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 Dcommon_event_info_test.cpp33 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 Dcommon_event_info.h24 struct CommonEventInfo : public Parcelable { struct
35 static CommonEventInfo *Unmarshalling(Parcel &parcel); argument
H A Djson_serializer.h68 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 Djson_serializer_test.cpp379 CommonEventInfo commonEvent; in BenchmarkTestForCommonEventInfoToJson()
408 CommonEventInfo commonEvent; in BenchmarkTestForCommonEventInfoFromJson()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp75 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 Dbms_bundle_data_mgr_test.cpp745 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 Dbms_bundle_kit_service_test.cpp873 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 Dinner_bundle_info.h336 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 Dbundle_mgr_host_impl.h708 std::vector<CommonEventInfo> &commonEventInfos) override;
H A Dbundle_data_mgr.h571 …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 Dbms_bundle_data_storage_database_test.cpp1949 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 Dbms_compatible_system_test.cpp737 std::vector<CommonEventInfo> commonEventInfos;
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundlemgr_proxy_test/
H A Dbundlemgr_proxy_test.cpp1044 std::vector<CommonEventInfo> commonEventInfos; in BenchmarkTestGetAllCommonEventInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h986 …virtual bool GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo> &comm… in GetAllCommonEventInfo()
H A Dbundle_mgr_proxy.h729 std::vector<CommonEventInfo> &commonEventInfos) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_false_test.cpp716 std::vector<CommonEventInfo> commonEventInfos;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp1379 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 Dbundle_profile.cpp2502 CommonEventInfo commonEvent; in ToInnerBundleInfo()
H A Dbundle_mgr_host_impl.cpp2494 std::vector<CommonEventInfo> &commonEventInfos) in GetAllCommonEventInfo()
H A Dbundle_data_mgr.cpp4899 std::vector<CommonEventInfo> &commonEventInfos) const in GetAllCommonEventInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp2600 bool BundleMgrProxy::GetAllCommonEventInfo(const std::string &eventKey, std::vector<CommonEventInfo in GetAllCommonEventInfo()
2619 if (!GetParcelableInfos<CommonEventInfo>( in GetAllCommonEventInfo()
H A Dbundle_mgr_host.cpp2222 std::vector<CommonEventInfo> infos; in HandleGetAllCommonEventInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp1817 std::vector<CommonEventInfo> commonEventInfos;
2626 std::vector<CommonEventInfo> commonEventInfos;