Searched refs:tlvName (Results 1 - 9 of 9) sorted by relevance
/base/startup/appspawn/test/unittest/app_spawn_client_test/ |
H A D | app_spawn_client_test.cpp | 521 const char *tlvName = "tlv-name-2"; in HWTEST_F() local 541 ret = AppSpawnReqMsgAddExtInfo(reqHandle, tlvName, in HWTEST_F() 552 uint8_t *tlvValue = reinterpret_cast<uint8_t *>(GetAppPropertyExt(property, tlvName, &tlvLen)); in HWTEST_F() 573 const char *tlvName = "tlv-name-3"; in HWTEST_F() local 593 ret = AppSpawnReqMsgAddExtInfo(reqHandle, tlvName, in HWTEST_F() 604 uint8_t *tlvValue = reinterpret_cast<uint8_t *>(GetAppPropertyExt(property, tlvName, &tlvLen)); in HWTEST_F() 625 const char *tlvName = "tlv-name-4"; in HWTEST_F() local 645 ret = AppSpawnReqMsgAddExtInfo(reqHandle, tlvName, in HWTEST_F() 656 uint8_t *tlvValue = reinterpret_cast<uint8_t *>(GetAppPropertyExt(property, tlvName, &tlvLen)); in HWTEST_F() 838 std::string tlvName in HWTEST_F() local 846 std::string tlvName = "test-tlv-00"; HWTEST_F() local 885 std::string tlvName = "test-tlv-00"; HWTEST_F() local 914 std::string tlvName = "App_Client_Msg_019"; HWTEST_F() local 938 std::string tlvName = "App_Client_Msg_020"; HWTEST_F() local 961 std::string tlvName = "App_Client_Msg_021"; HWTEST_F() local 984 std::string tlvName = "App_Client_Msg_022"; HWTEST_F() local 1007 std::string tlvName = "App_Client_Msg_023"; HWTEST_F() local 1030 std::string tlvName = "App_Client_Msg_024"; HWTEST_F() local [all...] |
/base/startup/appspawn/modules/module_engine/include/ |
H A D | appspawn_msg.h | 89 char tlvName[APPSPAWN_TLV_NAME_LEN]; member
|
/base/startup/appspawn/standard/ |
H A D | appspawn_msgmgr.c | 52 if (strcmp(tlv->tlvName, name) != 0) { in GetAppSpawnMsgExtInfo() 213 tlvExt->tlvName, tlvExt->tlvLen, tlvExt->dataLen); in CheckExtTlvInfo() 216 tlvExt->tlvName, tlvExt->tlvLen, tlvExt->dataLen, sizeof(AppSpawnTlvExt)); in CheckExtTlvInfo() 364 tlvExt->tlvName, tlvExt->dataLen, (char *)(tlvExt + 1)); in DumpMsgExtInfo() 366 APPSPAPWN_DUMP("App extend info name: %{public}s len: %{public}u", tlvExt->tlvName, tlvExt->dataLen); in DumpMsgExtInfo()
|
/base/startup/appspawn/modules/native_adapter/ |
H A D | native_adapter.cpp | 58 if (strcmp(tlv->tlvName, MSG_EXT_NAME_APP_FD) != 0) { in BuildFdInfoMap()
|
/base/startup/init/test/systest/ |
H A D | loopserver_systest.c | 37 char tlvName[TLV_NAME_LEN]; member 515 if (strcmp(tlv->tlvName, name) != 0) { in GetMsgExtInfo()
|
/base/startup/appspawn/modules/ace_adapter/ |
H A D | ace_adapter.cpp | 165 if (strcmp(tlv->tlvName, MSG_EXT_NAME_APP_FD) != 0) { in BuildFdInfoMap()
|
/base/startup/appspawn/interfaces/innerkits/client/ |
H A D | appspawn_msg.c | 161 int ret = strcpy_s(tlv.tlvName, sizeof(tlv.tlvName), name); in AddAppDataEx()
|
/base/startup/appspawn/modules/common/ |
H A D | appspawn_common.c | 518 if (strcmp(tlv->tlvName, MSG_EXT_NAME_APP_FD) != 0) { in SetFdEnv()
|
/base/startup/appspawn/test/unittest/app_spawn_standard_test/ |
H A D | app_spawn_appmgr_test.cpp | 671 int ret = strcpy_s(tlv.tlvName, sizeof(tlv.tlvName), "test-001"); in AddTest001ExtTlv()
|
Completed in 10 milliseconds