Home
last modified time | relevance | path

Searched refs:ValueTypes (Results 1 - 5 of 5) sorted by relevance

/foundation/distributeddatamgr/preferences/frameworks/cj/src/
H A Dpreferences_ffi.cpp73 ValueTypes FfiOHOSPreferencesGetAll(int64_t id) in FfiOHOSPreferencesGetAll()
78 return ValueTypes{0}; in FfiOHOSPreferencesGetAll()
H A Dpreferences_interface.h52 struct ValueTypes { struct
H A Dpreferences_impl.cpp376 static ValueTypes NativeValuesToCValueTypes(const std::map<std::string, PreferencesValue> &objects, int32_t &code) in NativeValuesToCValueTypes()
378 ValueTypes valueTypes = {0}; in NativeValuesToCValueTypes()
441 ValueTypes PreferencesImpl::GetAll() in GetAll()
445 return ValueTypes{0}; in GetAll()
448 ValueTypes vs = NativeValuesToCValueTypes(preferences->GetAll(), err); in GetAll()
450 return ValueTypes{0}; in GetAll()
H A Dpreferences_ffi.h52 FFI_EXPORT ValueTypes FfiOHOSPreferencesGetAll(int64_t id);
H A Dpreferences_impl.h69 ValueTypes GetAll();

Completed in 3 milliseconds