Home
last modified time | relevance | path

Searched defs:HelperAysncContext (Results 1 – 4 of 4) sorted by relevance

/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
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/
H A Dnapi_preferences_helper.cpp33 struct HelperAysncContext : public BaseContext { struct
34 std::string path;
35 std::string name;
36 std::string bundleName;
37 std::string dataGroupId;
38 std::shared_ptr<NativePreferences::Preferences> proxy;
40 HelperAysncContext() in HelperAysncContext() argument
43 virtual ~HelperAysncContext(){}; in ~HelperAysncContext()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/
H A Dnapi_preferences_helper.cpp34 struct HelperAysncContext : public BaseContext { struct
35 std::string path;
36 std::string name;
37 std::string bundleName;
38 std::string dataGroupId;
39 std::shared_ptr<NativePreferences::Preferences> proxy;
41 HelperAysncContext() in HelperAysncContext() argument
44 virtual ~HelperAysncContext(){}; in ~HelperAysncContext()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/storage/src/
H A Dnapi_storage_helper.cpp32 struct HelperAysncContext : public BaseContext { struct
33 std::string path;
34 HelperAysncContext() in HelperAysncContext() function
37 virtual ~HelperAysncContext(){}; in ~HelperAysncContext()