Home
last modified time | relevance | path

Searched refs:HelperAysncContext (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H A Dnapi_preferences_helper.cpp33 struct HelperAysncContext : public BaseContext { struct
40 HelperAysncContext() in HelperAysncContext() argument
43 virtual ~HelperAysncContext(){}; in ~HelperAysncContext() argument
46 int ParseParameters(const napi_env env, napi_value *argv, std::shared_ptr<HelperAysncContext> conte… in ParseParameters()
78 auto context = std::make_shared<HelperAysncContext>(); in GetPreferences()
102 auto context = std::make_shared<HelperAysncContext>(); in DeletePreferences()
123 auto context = std::make_shared<HelperAysncContext>(); in RemovePreferencesFromCache()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H A Dnapi_preferences_helper.cpp34 struct HelperAysncContext : public BaseContext { struct
41 HelperAysncContext() in HelperAysncContext() argument
44 virtual ~HelperAysncContext(){}; in ~HelperAysncContext() argument
47 int ParseParameters(const napi_env env, napi_value *argv, std::shared_ptr<HelperAysncContext> conte… in ParseParameters()
79 auto context = std::make_shared<HelperAysncContext>(); in GetPreferences()
103 auto context = std::make_shared<HelperAysncContext>(); in DeletePreferences()
122 auto context = std::make_shared<HelperAysncContext>(); in RemovePreferencesFromCache()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_interface.h58 struct HelperAysncContext { struct
65 HelperAysncContext() in HelperAysncContext() function
68 virtual ~HelperAysncContext(){}; in ~HelperAysncContext() argument
H A Dpreferences_impl.cpp46 auto tempContext = std::make_shared<HelperAysncContext>(); in GetInstancePath()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage_helper.cpp32 struct HelperAysncContext : public BaseContext { struct
34 HelperAysncContext() in HelperAysncContext() function
37 virtual ~HelperAysncContext(){}; in ~HelperAysncContext() argument
52 int ParseString(const napi_env env, const napi_value value, std::shared_ptr<HelperAysncContext> asy… in ParseString()
73 auto context = std::make_shared<HelperAysncContext>(); in GetStorage()
146 auto context = std::make_shared<HelperAysncContext>(); in DeleteStorage()
192 auto context = std::make_shared<HelperAysncContext>(); in RemoveStorageFromCache()