Searched refs:HelperAysncContext (Results 1 – 5 of 5) sorted by relevance
33 struct HelperAysncContext : public BaseContext { struct40 HelperAysncContext() in HelperAysncContext() argument43 virtual ~HelperAysncContext(){}; in ~HelperAysncContext() argument46 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()
34 struct HelperAysncContext : public BaseContext { struct41 HelperAysncContext() in HelperAysncContext() argument44 virtual ~HelperAysncContext(){}; in ~HelperAysncContext() argument47 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()
58 struct HelperAysncContext { struct65 HelperAysncContext() in HelperAysncContext() function68 virtual ~HelperAysncContext(){}; in ~HelperAysncContext() argument
46 auto tempContext = std::make_shared<HelperAysncContext>(); in GetInstancePath()
32 struct HelperAysncContext : public BaseContext { struct34 HelperAysncContext() in HelperAysncContext() function37 virtual ~HelperAysncContext(){}; in ~HelperAysncContext() argument52 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()