Home
last modified time | relevance | path

Searched refs:MAX_PROC_NAME_LEN (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_spawn_client.h40 const int32_t MAX_PROC_NAME_LEN = 256; member
/foundation/ability/ability_runtime/test/unittest/app_spawn_client_second_test/
H A Dapp_spawn_client_second_test.cpp420 // Scenario6: Test when startMsg.code is MSG_APP_SPAWN and procName size is more than MAX_PROC_NAME_LEN.
427 startMsg.procName.append(MAX_PROC_NAME_LEN, 'a'); in HWTEST_F()
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_spawn_client.cpp445 if (startMsg.procName.empty() || startMsg.procName.size() >= MAX_PROC_NAME_LEN) { in VerifyMsg()

Completed in 3 milliseconds