Home
last modified time | relevance | path

Searched refs:TOKEN_KEY (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_context.cpp47 const std::string TOKEN_KEY = "ohos.ability.params.token"; member
303 want.SetParam(TOKEN_KEY, token_); in RequestPermissionsFromUser()
/foundation/ability/dmsfwk/services/dtbabilitymgr/src/
H A Ddistributed_ability_manager_service.cpp43 const std::string TOKEN_KEY = "distributedsched.continuationmanager.token"; member
64 std::string tokenStr = system::GetParameter(TOKEN_KEY, DEFAULT_TOKEN_VALUE); in OnStart()
167 system::SetParameter(TOKEN_KEY, std::to_string(tToken)); in Register()
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_manager_service.cpp143 constexpr char TOKEN_KEY[] = "ohos.ability.params.token"; member
9088 newWant.SetParam(TOKEN_KEY, callerToken); in ShowPickerDialog()

Completed in 27 milliseconds