Home
last modified time | relevance | path

Searched refs:MAX_LEN (Results 1 - 8 of 8) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_param.cpp24 constexpr int16_t MAX_LEN = 128; member
44 char value[MAX_LEN] = {0}; in GetSystemParam()
45 int32_t ret = GetParameter(key.c_str(), "", value, MAX_LEN); in GetSystemParam()
/foundation/ability/form_fwk/services/config/
H A Dform_resource_param.cpp24 const int32_t MAX_LEN = 128; member
45 char value[MAX_LEN] = {0}; in GetSystemParam()
46 int32_t ret = GetParameter(key.c_str(), "", value, MAX_LEN); in GetSystemParam()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/parameter/
H A Dparameter.cpp28 const int32_t MAX_LEN = 40; member
54 char tmp[MAX_LEN] = "true"; in GetParameter()
/foundation/multimedia/av_session/utils/include/
H A Davsession_utils.h154 constexpr size_t MAX_LEN = 100; in GetAnonySessionId() local
160 if (len < PRE_LEN || len > MAX_LEN) { in GetAnonySessionId()
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_callback_stub.h17 #define MAX_LEN 1024 macro
H A Dwifi_p2p_callback_stub.cpp357 if (cfgLen > MAX_LEN) { in RemoteOnConfigChanged()
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/tcp_direct/
H A Dtrans_tcp_direct_test.cpp36 #define MAX_LEN 2048 macro
400 int32_t recvLen = MAX_LEN; in HWTEST_F()
908 char output[MAX_LEN] = {0}; in HWTEST_F()
909 uint32_t outLen = MAX_LEN; in HWTEST_F()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/
H A Ddownloader.cpp38 constexpr int32_t MAX_LEN = 128; member
460 char value[MAX_LEN] = {0}; in GetSystemParam()
461 int32_t ret = GetParameter(key.c_str(), "", value, MAX_LEN); in GetSystemParam()

Completed in 5 milliseconds