Searched refs:TOKEN_KEY (Results 1 – 9 of 9) sorted by relevance
44 const std::string TOKEN_KEY = "ohos.ability.params.token"; variable294 want.SetParam(TOKEN_KEY, token_); in RequestPermissionsFromUser()
47 const std::string TOKEN_KEY = "ohos.ability.params.token"; variable315 want.SetParam(TOKEN_KEY, callerToken); in StartDialogAbility()
43 const std::string TOKEN_KEY = "distributedsched.continuationmanager.token"; variable64 std::string tokenStr = system::GetParameter(TOKEN_KEY, DEFAULT_TOKEN_VALUE); in OnStart()167 system::SetParameter(TOKEN_KEY, std::to_string(tToken)); in Register()
47 const std::string TOKEN_KEY = "ohos.ability.params.token"; variable404 want.SetParam(TOKEN_KEY, asyncContext->abilityContext->GetToken()); in StartServiceExtension()
39 static const std::string TOKEN_KEY = "ohos.ability.params.token"; variable668 want.SetParam(TOKEN_KEY, true); in SetWantParam()
43 const std::string TOKEN_KEY = "ohos.ability.params.token"; variable414 want.SetParam(TOKEN_KEY, asyncContext->abilityContext->GetToken()); in CreateServiceExtension()
40 static const std::string TOKEN_KEY = "ohos.ability.params.token"; variable
105 static const std::string TOKEN_KEY = "ohos.ability.params.token"; variable
144 constexpr char TOKEN_KEY[] = "ohos.ability.params.token"; variable9386 newWant.SetParam(TOKEN_KEY, callerToken); in ShowPickerDialog()