Home
last modified time | relevance | path

Searched defs:tokenInfo (Results 1 – 25 of 76) sorted by relevance

1234

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddirectory_manager_test.cpp98 HapTokenInfo tokenInfo; variable
165 HapTokenInfo tokenInfo; variable
189 HapTokenInfo tokenInfo; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/checker/
H A Dbundle_checker.cpp64 HapTokenInfo tokenInfo; in GetAppId() local
88 HapTokenInfo tokenInfo; in IsValid() local
101 HapTokenInfo tokenInfo; in IsDistrust() local
/ohos5.0/base/theme/screenlock_mgr/utils/src/
H A Dscreenlock_appinfo.cpp39 NativeTokenInfo tokenInfo; in GetAppInfoByToken() local
/ohos5.0/base/security/access_token/interfaces/innerkits/tokensync/test/unittest/src/
H A Dtoken_sync_kit_test.cpp48 HapTokenInfoForSync tokenInfo; variable
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/system/
H A Ddfsu_access_token_helper_test.cpp67 TokenInfo tokenInfo; variable
176 TokenInfo tokenInfo; variable
/ohos5.0/base/security/access_token/interfaces/innerkits/tokensync/src/
H A Dtoken_sync_kit.cpp47 int TokenSyncKit::UpdateRemoteHapTokenInfo(const HapTokenInfoForSync& tokenInfo) in UpdateRemoteHapTokenInfo()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/dfx/
H A Dhiview_fault_adapter.cpp74 Security::AccessToken::HapTokenInfo tokenInfo; in GetCallingName() local
80 Security::AccessToken::NativeTokenInfo tokenInfo; in GetCallingName() local
/ohos5.0/base/hiviewdfx/hiview/adapter/service/test/unittest/common/
H A Dadapter_loglibrary_test_tools.cpp45 NativeTokenInfoParams tokenInfo = { in NativeToken() local
/ohos5.0/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/at_wrapper/src/
H A Dhks_at_api_wrap.cpp96 HapTokenInfo tokenInfo; in HksGetHapNameFromAccessToken() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/strategies/general/
H A Dload_config_common_strategy.cpp45 Security::AccessToken::HapTokenInfo tokenInfo; in operator ()() local
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/permission/standard/
H A Dpermission_manager.cpp128 HapTokenInfo tokenInfo; in GetCallerProcessName() local
140 NativeTokenInfo tokenInfo; in GetCallerProcessName() local
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/appInfo/standard/
H A Dapp_manager.cpp38 HapTokenInfo tokenInfo; in GetAppId() local
/ohos5.0/base/security/access_token/interfaces/innerkits/accesstoken/src/
H A Daccesstoken_callbacks.cpp75 int32_t TokenSyncCallback::UpdateRemoteHapTokenInfo(const HapTokenInfoForSync& tokenInfo) in UpdateRemoteHapTokenInfo()
/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/src/
H A Dnativetoken.c417 static uint32_t CheckProcessInfo(NativeTokenInfoParams *tokenInfo, int32_t *aplRet) in CheckProcessInfo()
467 static uint32_t AddNewTokenToListAndFile(const NativeTokenInfoParams *tokenInfo, in AddNewTokenToListAndFile()
576 const NativeTokenInfoParams *tokenInfo) in UpdateTokenInfoInList()
634 uint64_t GetAccessTokenId(NativeTokenInfoParams *tokenInfo) in GetAccessTokenId()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dchecker_manager_test.cpp169 HapTokenInfo tokenInfo; variable
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/command/
H A Dupdate_remote_hap_token_command.cpp34 …nst std::string &srcDeviceId, const std::string &dstDeviceId, const HapTokenInfoForSync& tokenInfo) in UpdateRemoteHapTokenCommand()
H A Dbase_remote_command.cpp101 nlohmann::json BaseRemoteCommand::ToNativeTokenInfoJson(const NativeTokenInfoForSync& tokenInfo) in ToNativeTokenInfoJson()
147 nlohmann::json BaseRemoteCommand::ToHapTokenInfosJson(const HapTokenInfoForSync& tokenInfo) in ToHapTokenInfosJson()
/ohos5.0/base/security/access_token/test/fuzztest/services/accesstoken/registertokensynccallbackstub_fuzzer/
H A Dregistertokensynccallbackstub_fuzzer.cpp44 int32_t UpdateRemoteHapTokenInfo(const HapTokenInfoForSync& tokenInfo) override in UpdateRemoteHapTokenInfo()
/ohos5.0/base/security/access_token/test/fuzztest/services/accesstoken/unregistertokensynccallbackstub_fuzzer/
H A Dunregistertokensynccallbackstub_fuzzer.cpp44 int32_t UpdateRemoteHapTokenInfo(const HapTokenInfoForSync& tokenInfo) override in UpdateRemoteHapTokenInfo()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/platform/src/
H A Dpreferences_dfx_adapter.cpp63 Security::AccessToken::NativeTokenInfo tokenInfo; in GetModuleName() local
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/permission/src/
H A Ddata_share_called_config.cpp46 HapTokenInfo tokenInfo; in GetUserByToken() local
/ohos5.0/base/security/access_token/services/tokensyncmanager/src/remote/
H A Dremote_command_factory.cpp52 …nst std::string &srcDeviceId, const std::string &dstDeviceId, const HapTokenInfoForSync& tokenInfo) in NewUpdateRemoteHapTokenCommand()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/
H A Drdb_radar_reporter.cpp96 NativeTokenInfo tokenInfo; in GetHostPkgInfo() local
/ohos5.0/base/security/access_token/services/accesstokenmanager/test/unittest/
H A Daccesstoken_info_manager_test.cpp217 std::shared_ptr<HapTokenInfoInner> tokenInfo; variable
259 std::shared_ptr<HapTokenInfoInner> tokenInfo; variable
644 std::shared_ptr<HapTokenInfoInner> tokenInfo; variable
679 std::shared_ptr<HapTokenInfoInner> tokenInfo; variable
991 HapTokenInfoForSync tokenInfo; variable
2126 TokenInfo tokenInfo = { variable
2174 TokenInfo tokenInfo = { variable
/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/test/unittest/mock/
H A Dnativetoken_oper_test.cpp424 NativeTokenInfoParams tokenInfo; variable

1234