Home
last modified time | relevance | path

Searched refs:OVER_SIZE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/
H A Dsystem_ability_on_demand_event_test.cpp39 constexpr int32_t OVER_SIZE = 10000; variable
273 reply.WriteInt32(OVER_SIZE);
317 reply.WriteInt32(OVER_SIZE);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_common.h133 constexpr uint32_t OVER_SIZE = 100 * 1024 * 1024; // 100 MBytes, 1024 is scale variable
H A Ddistributeddb_communicator_common.cpp158 funcForOverSizeMsg.computeFunc = [](const Message *inMsg)->uint32_t{return OVER_SIZE;}; in RegFuncForOverSizeMsg()