Home
last modified time | relevance | path

Searched refs:ContextInfo (Results 1 - 15 of 15) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeEngine/api/core/
H A Dengine_info.h43 struct ContextInfo {}; struct
52 ContextInfo applicationContext;
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Djs_ability.h33 struct ContextInfo { struct
40 const std::string &dataGroupId, ContextInfo &contextInfo);
/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);
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/mock/include/
H A Djs_ability.h31 struct ContextInfo { struct
38 const std::string &dataGroupId, ContextInfo &contextInfo);
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/include/
H A Dnapi_datashare_helper.h100 struct ContextInfo : public AsyncCall::Context { struct in OHOS::DataShare::NapiDataShareHelper
123 ContextInfo() : Context(nullptr, nullptr) {}; in ContextInfo() function
124 ContextInfo(InputAction input, OutputAction output) : Context(std::move(input), std::move(output)) {}; in ContextInfo() function
125 virtual ~ContextInfo() {}; in ~ContextInfo()
142 static void Notify(const std::shared_ptr<NapiDataShareHelper::ContextInfo> context,
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_kv_manager.cpp58 struct ContextInfo : public ContextBase { in CreateKVManager() struct
62 auto ctxt = std::make_shared<ContextInfo>(); in CreateKVManager()
171 struct ContextInfo : public ContextBase { in CloseKVStore() struct
176 auto ctxt = std::make_shared<ContextInfo>(); in CloseKVStore()
212 struct ContextInfo : public ContextBase { in DeleteKVStore() struct
216 auto ctxt = std::make_shared<ContextInfo>(); in DeleteKVStore()
250 struct ContextInfo : public ContextBase { in GetAllKVStoreId() struct
255 auto ctxt = std::make_shared<ContextInfo>(); in GetAllKVStoreId()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/mock/cross_platform/src/
H A Djs_ability.cpp29 const std::string &dataGroupId, ContextInfo &contextInfo) in GetContextInfo()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/mock/src/
H A Djs_ability.cpp31 const std::string &dataGroupId, ContextInfo &contextInfo) in GetContextInfo()
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_kv_manager.cpp178 struct ContextInfo : public ContextBase { in CloseKVStore() struct
183 auto ctxt = std::make_shared<ContextInfo>(); in CloseKVStore()
219 struct ContextInfo : public ContextBase { in DeleteKVStore() struct
223 auto ctxt = std::make_shared<ContextInfo>(); in DeleteKVStore()
261 struct ContextInfo : public ContextBase { in GetAllKVStoreId() struct
266 auto ctxt = std::make_shared<ContextInfo>(); in GetAllKVStoreId()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Djs_ability.cpp37 const std::string &dataGroupId, ContextInfo &contextInfo) in GetContextInfo()
/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H A Dnapi_datashare_helper.cpp201 auto context = std::make_shared<ContextInfo>(); in Napi_Insert()
249 auto context = std::make_shared<ContextInfo>(); in Napi_Delete()
294 auto context = std::make_shared<ContextInfo>(); in Napi_Query()
350 auto context = std::make_shared<ContextInfo>(); in Napi_Update()
402 auto context = std::make_shared<ContextInfo>(); in Napi_BatchUpdate()
441 auto context = std::make_shared<ContextInfo>(); in Napi_BatchInsert()
486 auto context = std::make_shared<ContextInfo>(); in Napi_NormalizeUri()
522 auto context = std::make_shared<ContextInfo>(); in Napi_DenormalizeUri()
556 void NapiDataShareHelper::Notify(const std::shared_ptr<NapiDataShareHelper::ContextInfo> context, in Notify()
577 auto context = std::make_shared<ContextInfo>(); in Napi_NotifyChange()
[all...]
/foundation/graphic/graphic_3d/lume/LumeEngine/src/
H A Dengine.h100 ContextInfo applicationContext_;
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H A Dnapi_preferences_helper.cpp68 JSAbility::ContextInfo contextInfo; in ParseParameters()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H A Dnapi_preferences_helper.cpp67 JSAbility::ContextInfo contextInfo; in ParseParameters()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/system_storage/src/
H A Dnapi_system_storage.cpp168 JSAbility::ContextInfo contextInfo; in GetPrefName()

Completed in 7 milliseconds