Searched refs:GetSelfInstance (Results 1 - 4 of 4) sorted by relevance
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/ |
H A D | napi_preferences.cpp | 159 std::pair<PreferencesProxy *, std::weak_ptr<Preferences>> PreferencesProxy::GetSelfInstance( in GetSelfInstance() function in OHOS::Sendable::JSPreferences::PreferencesProxy 188 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in GetAll() 215 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in GetValue() 252 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in SetValue() 282 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in Delete() 312 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in HasKey() 342 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in Flush() 371 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in Clear() 427 auto [obj, instance] = GetSelfInstance(env, thiz); in RegisterObserver() 475 auto [obj, instance] = GetSelfInstance(en in UnregisterObserver() [all...] |
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/ |
H A D | napi_preferences.cpp | 175 std::pair<PreferencesProxy *, std::weak_ptr<Preferences>> PreferencesProxy::GetSelfInstance( in GetSelfInstance() function in OHOS::PreferencesJsKit::PreferencesProxy 193 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in GetAll() 223 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in GetValue() 261 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in SetValue() 292 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in Delete() 323 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in HasKey() 354 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in Flush() 384 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in Clear() 436 auto [obj, instance] = GetSelfInstance(env, thiz); in RegisterObserver() 478 auto [obj, instance] = GetSelfInstance(en in UnRegisterObserver() [all...] |
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/include/ |
H A D | napi_preferences.h | 67 static std::pair<PreferencesProxy *, std::weak_ptr<Preferences>> GetSelfInstance(napi_env env, napi_value self);
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/include/ |
H A D | napi_preferences.h | 64 static std::pair<PreferencesProxy *, std::weak_ptr<Preferences>> GetSelfInstance(napi_env env, napi_value self);
|
Completed in 3 milliseconds