Home
last modified time | relevance | path

Searched defs:ContextParam (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_kv_manager.h25 struct ContextParam { struct
33 JsKVManager(const std::string &bundleName, napi_env env, ContextParam param); argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Djs_kv_manager.h25 struct ContextParam { struct
32 JsKVManager(const std::string &bundleName, napi_env env, ContextParam param); argument
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_js_utils.h69 struct ContextParam { struct
70 std::string bundleName;
71 std::string moduleName;
72 std::string baseDir;
73 int32_t area;
74 bool isSystemApp = false;
75 bool isStageMode = true;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/include/
H A Ddistributed_kv_store_impl.h31 struct ContextParam { struct
32 std::string baseDir = "";
33 std::string hapName = "";
34 int32_t area = DistributedKv::Area::EL1;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_store_helper.cpp40 using ContextParam = AppDataMgrJsKit::JSUtils::ContextParam; typedef
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h176 struct ContextParam { struct
182 virtual void InitContext(bool isRoot, const std::optional<ContextParam>& param) {} in InitContext() argument
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbstore.cpp38 using ContextParam = OHOS::AppDataMgrJsKit::JSUtils::ContextParam; typedef