Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dcontext_deal.cpp312 std::vector<std::string> retv; in GetStringArray() local
313 OHOS::Global::Resource::RState errval = resourceManager_->GetStringArrayById(resId, retv); in GetStringArray()
315 return retv; in GetStringArray()
329 std::vector<int> retv; in GetIntArray() local
330 OHOS::Global::Resource::RState errval = resourceManager_->GetIntArrayById(resId, retv); in GetIntArray()
332 return retv; in GetIntArray()

Completed in 1 milliseconds