Home
last modified time | relevance | path

Searched refs:MAX_EVENT_LEN (Results 1 - 3 of 3) sorted by relevance

/foundation/deviceprofile/device_info_manager/old/common/src/
H A Ddevice_profile_utils.cpp30 constexpr uint32_t MAX_EVENT_LEN = 1000000; member
47 if (numEvents > MAX_EVENT_LEN) { in ReadProfileEvents()
/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Ddevice_profile_utils_test.cpp31 constexpr uint32_t MAX_EVENT_LEN = 1000001; member
103 parcel.WriteUint32(MAX_EVENT_LEN); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp37 constexpr uint32_t MAX_EVENT_LEN = 1000000; member
274 if (numSubscribeInfos == 0 || numSubscribeInfos > MAX_EVENT_LEN) { in SubscribeProfileEventInner()
306 if (numEvents == 0 || numEvents > MAX_EVENT_LEN) { in UnsubscribeProfileEventInner()

Completed in 3 milliseconds