Home
last modified time | relevance | path

Searched refs:SetRegion (Results 1 – 2 of 2) sorted by relevance

/ide/tools/previewer/jsapp/rich/
DJsAppImpl.cpp139 SetRegion(args, SharedData<string>::GetData(SharedDataType::REGION)); in SetJsAppArgs()
295 void JsAppImpl::SetRegion(Platform::AceRunArgs& args, const std::string region) const in SetRegion() function in JsAppImpl
489 SetRegion(args, SharedData<string>::GetData(SharedDataType::REGION)); in ParseSystemParams()
502 SetRegion(args, lanInfo.substr(lanInfo.find("_") + 1, lanInfo.length() - 1)); in ParseSystemParams()
DJsAppImpl.h79 void SetRegion(OHOS::Ace::Platform::AceRunArgs& args, const std::string) const;