Searched refs:TLV_INTERNET_INFO (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/startup/appspawn/modules/module_engine/include/ |
H A D | appspawn_msg.h | 59 TLV_INTERNET_INFO, enumerator
|
/ohos5.0/base/startup/appspawn/modules/common/ |
H A D | appspawn_adapter.cpp | 181 reinterpret_cast<AppSpawnMsgInternetInfo *>(GetAppProperty(property, TLV_INTERNET_INFO)); in SetInternetPermission()
|
/ohos5.0/base/startup/appspawn/standard/ |
H A D | appspawn_msgmgr.c | 408 …nMsgInternetInfo *info = (AppSpawnMsgInternetInfo *)GetAppSpawnMsgInfo(message, TLV_INTERNET_INFO); in DumpAppSpawnMsg()
|
/ohos5.0/base/startup/appspawn/interfaces/innerkits/client/ |
H A D | appspawn_msg.c | 502 return AddAppData(reqNode, TLV_INTERNET_INFO, data, 1, "TLV_INTERNET_INFO"); in AppSpawnReqMsgSetAppInternetPermissionInfo()
|
/ohos5.0/base/startup/appspawn/test/unittest/ |
H A D | app_spawn_test_helper.cpp | 696 ADD_TLV(TLV_INTERNET_INFO, internetInfo, currLen, tlvCount); in AddBaseTlv()
|
/ohos5.0/base/startup/appspawn/test/unittest/app_spawn_client_test/ |
H A D | app_spawn_client_test.cpp | 429 void *tlvValue = GetAppProperty(property, TLV_INTERNET_INFO);
|