Home
last modified time | relevance | path

Searched refs:TLV_INTERNET_INFO (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/startup/appspawn/modules/module_engine/include/
H A Dappspawn_msg.h59 TLV_INTERNET_INFO, enumerator
/ohos5.0/base/startup/appspawn/modules/common/
H A Dappspawn_adapter.cpp181 reinterpret_cast<AppSpawnMsgInternetInfo *>(GetAppProperty(property, TLV_INTERNET_INFO)); in SetInternetPermission()
/ohos5.0/base/startup/appspawn/standard/
H A Dappspawn_msgmgr.c408 …nMsgInternetInfo *info = (AppSpawnMsgInternetInfo *)GetAppSpawnMsgInfo(message, TLV_INTERNET_INFO); in DumpAppSpawnMsg()
/ohos5.0/base/startup/appspawn/interfaces/innerkits/client/
H A Dappspawn_msg.c502 return AddAppData(reqNode, TLV_INTERNET_INFO, data, 1, "TLV_INTERNET_INFO"); in AppSpawnReqMsgSetAppInternetPermissionInfo()
/ohos5.0/base/startup/appspawn/test/unittest/
H A Dapp_spawn_test_helper.cpp696 ADD_TLV(TLV_INTERNET_INFO, internetInfo, currLen, tlvCount); in AddBaseTlv()
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_client_test/
H A Dapp_spawn_client_test.cpp429 void *tlvValue = GetAppProperty(property, TLV_INTERNET_INFO);