Searched refs:REQUEST_TOKEN_KEY (Results 1 – 5 of 5) sorted by relevance
22 constexpr const char* REQUEST_TOKEN_KEY = "ohos.ability.params.request.token"; variable
93 sptr<IRemoteObject> callerToken = want.GetRemoteObject(RequestConstants::REQUEST_TOKEN_KEY); in OnGetRequestInfo()
55 const std::string REQUEST_TOKEN_KEY = "ohos.ability.params.request.token"; variable416 want.SetParam(REQUEST_TOKEN_KEY, asyncContext->abilityContext->GetToken()); in StartServiceExtension()
50 const std::string REQUEST_TOKEN_KEY = "ohos.ability.params.request.token"; variable426 want.SetParam(REQUEST_TOKEN_KEY, asyncContext->abilityContext->GetToken()); in CreateServiceExtension()
664 want.SetParam(RequestConstants::REQUEST_TOKEN_KEY, token_); in RequestDialogService()715 want.SetParam(RequestConstants::REQUEST_TOKEN_KEY, token_); in RequestDialogService()