Home
last modified time | relevance | path

Searched refs:MIN_SIZE (Results 1 - 13 of 13) sorted by relevance

/foundation/ability/ability_runtime/services/dataobsmgr/include/
H A Dcommon_utils.h29 static constexpr int32_t MIN_SIZE = HEAD_SIZE + END_SIZE + 3; in Anonymous() local
36 if (name.length() < MIN_SIZE) { in Anonymous()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/common/
H A Danonymous.h30 if (data.size() < MIN_SIZE) { in Change()
39 static constexpr size_t MIN_SIZE = HEAD_SIZE + END_SIZE + 3; member in OHOS::ObjectStore::Anonymous
/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/
H A Dpreferences_anonymous.h30 if (data.size() < MIN_SIZE) { in ToBeAnonymous()
39 static constexpr size_t MIN_SIZE = HEAD_SIZE + END_SIZE + 3; member in OHOS::NativePreferences::Anonymous
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/utils/src/
H A Dkvstore_utils.cpp24 constexpr int32_t MIN_SIZE = HEAD_SIZE + END_SIZE + 3; member
34 if (name.length() < MIN_SIZE) { in ToBeAnonymous()
/foundation/ability/dmsfwk/test/fuzztest/dschedallconnectmanager_fuzzer/
H A Ddschedallconnectmanager_fuzzer.cpp24 constexpr uint32_t MIN_SIZE = 38; member
34 if ((data == nullptr) || (size < MIN_SIZE)) { in FuzzApplyAdvanceResource()
74 const std::string peerNetworkId(reinterpret_cast<const char*>(data + offset), size - MIN_SIZE); in FuzzApplyAdvanceResource()
80 if ((data == nullptr) || (size < MIN_SIZE)) { in FuzzGetResourceRequest()
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
H A Dsoftbus_session.cpp33 constexpr int32_t MIN_SIZE = HEAD_SIZE + END_SIZE + 3; member
133 if (name.length() < MIN_SIZE) { in ToBeAnonymous()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Dbase_animation_bridge.cpp23 constexpr int32_t MIN_SIZE = 2; member
103 if (animationFrames.size() >= MIN_SIZE) { in HandleTransformOrigin()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_util.cpp29 constexpr int32_t MIN_SIZE = HEAD_SIZE + END_SIZE + 3; member
131 if (name.length() < MIN_SIZE) { in Anonymous()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dstore_util.cpp29 constexpr int32_t MIN_SIZE = HEAD_SIZE + END_SIZE + 3; member
106 if (name.length() < MIN_SIZE) { in Anonymous()
/foundation/arkui/ace_engine/test/unittest/core/pattern/security_component/
H A Dsecurity_component_test_ng.cpp71 constexpr float MIN_SIZE = 1.0f; member
679 property->UpdateMarginSelfIdealSize(SizeF(MIN_SIZE, MIN_SIZE)); in HWTEST_F()
1127 property->UpdateMarginSelfIdealSize(SizeF(MIN_SIZE, MIN_SIZE)); in HWTEST_F()
1552 property->UpdateMarginSelfIdealSize(SizeF(MIN_SIZE, MIN_SIZE)); in HWTEST_F()
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dsoftbus_adapter_standard.cpp33 constexpr int32_t MIN_SIZE = HEAD_SIZE + END_SIZE + 3; member
313 if (name.length() < MIN_SIZE) { in ToBeAnonymous()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp41 constexpr const int32_t MIN_SIZE = HEAD_SIZE + END_SIZE + 3; member
353 if (name.length() < MIN_SIZE) { in StringMiddleMasking()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp53 constexpr int MIN_SIZE = HEAD_SIZE + END_SIZE + 3; member
104 if (name.length() < MIN_SIZE) { in Anonymous()

Completed in 12 milliseconds