Searched refs:GenerateContextKey (Results 1 – 2 of 2) sorted by relevance
186 std::string GenerateContextKey(const FormJsInfo &formJsInfo);
503 auto moduleInfo = contextsMapForModuleName_.find(GenerateContextKey(formJsInfo)); in UpdateRuntime()574 auto iter = contextsMapForModuleName_.find(GenerateContextKey(formJsInfo)); in GetContext()632 contextsMapForModuleName_.emplace(GenerateContextKey(formJsInfo), context); in CreateContext()1185 inline std::string FormRenderRecord::GenerateContextKey(const FormJsInfo &formJsInfo) in GenerateContextKey() function in OHOS::AppExecFwk::FormRender::FormRenderRecord