Home
last modified time | relevance | path

Searched refs:AppSpawnMsgAccessToken (Results 1 – 5 of 5) sorted by relevance

/base/startup/appspawn/modules/common/
Dappspawn_adapter.cpp45 AppSpawnMsgAccessToken *tokenInfo = in SetAppAccessToken()
46 reinterpret_cast<AppSpawnMsgAccessToken *>(GetAppProperty(property, TLV_ACCESS_TOKEN_INFO)); in SetAppAccessToken()
/base/startup/appspawn/modules/module_engine/include/
Dappspawn_msg.h97 } AppSpawnMsgAccessToken; typedef
/base/startup/appspawn/standard/
Dappspawn_msgmgr.c230 tlvLen = sizeof(AppSpawnMsgAccessToken); in CheckMsgTlv()
398AppSpawnMsgAccessToken *t = (AppSpawnMsgAccessToken *)GetAppSpawnMsgInfo(message, TLV_ACCESS_TOKEN… in DumpAppSpawnMsg()
/base/startup/appspawn/test/unittest/app_spawn_client_test/
Dapp_spawn_client_test.cpp464 AppSpawnMsgAccessToken *tokenInfo = static_cast<AppSpawnMsgAccessToken *>(tlvValue);
/base/startup/appspawn/test/unittest/
Dapp_spawn_test_helper.cpp630 AppSpawnMsgAccessToken token = {12345678}; // 12345678 in AddBaseTlv()