Home
last modified time | relevance | path

Searched defs:ContextInfo (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/include/
H A Dnapi_datashare_helper.h100 struct ContextInfo : public AsyncCall::Context { struct
123 ContextInfo() : Context(nullptr, nullptr) {}; in ContextInfo() argument
124ContextInfo(InputAction input, OutputAction output) : Context(std::move(input), std::move(output))… in ContextInfo() function
125 virtual ~ContextInfo() {}; in ~ContextInfo() argument
142 static void Notify(const std::shared_ptr<NapiDataShareHelper::ContextInfo> context, argument
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Djs_ability.h33 struct ContextInfo { struct
40 const std::string &dataGroupId, ContextInfo &contextInfo); argument
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/mock/cross_platform/include/
H A Djs_ability.h33 struct ContextInfo { struct
40 const std::string &dataGroupId, ContextInfo &contextInfo); argument
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/mock/include/
H A Djs_ability.h31 struct ContextInfo { struct
38 const std::string &dataGroupId, ContextInfo &contextInfo); argument
/ohos5.0/base/request/request/frameworks/js/napi/include/
H A Djs_task.h70 struct ContextInfo : public AsyncCall::Context { struct
81 std::shared_ptr<ContextInfo> context = nullptr; argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_kv_manager.cpp58 struct ContextInfo : public ContextBase { in CreateKVManager() struct
59 JsKVManager* kvManger = nullptr; in CreateKVManager()
60 napi_ref ref = nullptr; in CreateKVManager()
171 struct ContextInfo : public ContextBase { in CloseKVStore() struct
172 std::string appId; in CloseKVStore()
173 std::string storeId; in CloseKVStore()
174 napi_value kvStore; in CloseKVStore()
213 std::string appId; in DeleteKVStore()
214 std::string storeId; in DeleteKVStore()
251 std::string appId; in GetAllKVStoreId()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_kv_manager.cpp178 struct ContextInfo : public ContextBase { in CloseKVStore() struct
179 std::string appId; in CloseKVStore()
180 std::string storeId; in CloseKVStore()
181 napi_value kvStore; in CloseKVStore()
219 struct ContextInfo : public ContextBase { in DeleteKVStore() struct
220 std::string appId; in DeleteKVStore()
221 std::string storeId; in DeleteKVStore()
261 struct ContextInfo : public ContextBase { in GetAllKVStoreId() struct
262 std::string appId; in GetAllKVStoreId()
263 std::vector<StoreId> storeIdList; in GetAllKVStoreId()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/
H A Dengine_info.h43 struct ContextInfo {}; struct