Searched defs:contexts_ (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ | ||
H A D | jsi_context_module.h | 45 static thread_local std::unordered_map<int32_t, std::shared_ptr<JsValue>> contexts_; member in OHOS::Ace::Framework::JsiContextModule |
H A D | jsi_context_module.cpp | 26 thread_local std::unordered_map<int32_t, std::shared_ptr<JsValue>> JsiContextModule::contexts_; member in OHOS::Ace::Framework::JsiContextModule [all...] |
/foundation/CastEngine/castengine_wifi_display/services/context/ | ||
H A D | context_manager.h | 68 std::unordered_map<int32_t, Context::Ptr> contexts_; member in OHOS::Sharing::ContextManager |
Completed in 1 milliseconds