Searched refs:APP_LEN_BUNDLE_NAME (Results 1 – 9 of 9) sorted by relevance
56 #define APP_LEN_BUNDLE_NAME 256 // bundle name length macro99 char bundleName[APP_LEN_BUNDLE_NAME]; // bundle name
89 static constexpr int LEN_BUNDLE_NAME = APP_LEN_BUNDLE_NAME; // bundle name length
43 #define APP_LEN_BUNDLE_NAME 256 // bundle name length macro
206 std::vector<char> name1(APP_LEN_BUNDLE_NAME - 1, 'a');208 std::vector<char> name2(APP_LEN_BUNDLE_NAME, 'b');210 std::vector<char> name3(APP_LEN_BUNDLE_NAME + 1, 'c');
236 …CHECK((tlv->tlvLen - sizeof(AppSpawnTlv)) <= (sizeof(AppSpawnMsgBundleInfo) + APP_LEN_BUNDLE_NAME), in CheckMsgTlv()
369 int ret = CheckInputString("TLV_BUNDLE_INFO", bundleName, APP_LEN_BUNDLE_NAME); in AppSpawnReqMsgSetBundleInfo()
47 char bundleName[APP_LEN_BUNDLE_NAME]; // process name
1190 if (bundleName.empty() || bundleName.size() > APP_LEN_BUNDLE_NAME) { in CheckBundleName()
1277 if (bundleName.empty() || bundleName.size() > APP_LEN_BUNDLE_NAME) { in CheckBundleName()