Home
last modified time | relevance | path

Searched refs:APP_LEN_BUNDLE_NAME (Results 1 – 9 of 9) sorted by relevance

/base/startup/appspawn/interfaces/innerkits/include/
Dappspawn_msg.h56 #define APP_LEN_BUNDLE_NAME 256 // bundle name length macro
99 char bundleName[APP_LEN_BUNDLE_NAME]; // bundle name
Dclient_socket.h89 static constexpr int LEN_BUNDLE_NAME = APP_LEN_BUNDLE_NAME; // bundle name length
/base/startup/appspawn/modules/module_engine/include/
Dappspawn_msg.h43 #define APP_LEN_BUNDLE_NAME 256 // bundle name length macro
/base/startup/appspawn/test/unittest/app_spawn_client_test/
Dapp_spawn_interface_test.cpp206 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');
/base/startup/appspawn/standard/
Dappspawn_msgmgr.c236 …CHECK((tlv->tlvLen - sizeof(AppSpawnTlv)) <= (sizeof(AppSpawnMsgBundleInfo) + APP_LEN_BUNDLE_NAME), in CheckMsgTlv()
/base/startup/appspawn/interfaces/innerkits_new/client/
Dappspawn_msg.c369 int ret = CheckInputString("TLV_BUNDLE_INFO", bundleName, APP_LEN_BUNDLE_NAME); in AppSpawnReqMsgSetBundleInfo()
/base/startup/appspawn/test/unittest/
Dapp_spawn_test_helper.cpp47 char bundleName[APP_LEN_BUNDLE_NAME]; // process name
/base/startup/appspawn/util/src/
Dsandbox_utils.cpp1190 if (bundleName.empty() || bundleName.size() > APP_LEN_BUNDLE_NAME) { in CheckBundleName()
/base/startup/appspawn/modules/sandbox/
Dsandbox_utils.cpp1277 if (bundleName.empty() || bundleName.size() > APP_LEN_BUNDLE_NAME) { in CheckBundleName()