Searched refs:GetSelfInstance (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/ |
H A D | napi_preferences.cpp | 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(env, thiz); in UnRegisterObserver() 608 auto [obj, instance] = GetSelfInstance(env, self); in RegisterDataObserver() [all …]
|
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/ |
H A D | napi_preferences.cpp | 163 std::pair<PreferencesProxy *, std::weak_ptr<Preferences>> PreferencesProxy::GetSelfInstance( in GetSelfInstance() function in OHOS::Sendable::JSPreferences::PreferencesProxy 192 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in GetAll() 219 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in GetValue() 256 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in SetValue() 286 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in Delete() 316 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in HasKey() 346 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in Flush() 375 std::tie(context->boundObj, context->instance_) = GetSelfInstance(env, self); in Clear() 431 auto [obj, instance] = GetSelfInstance(env, thiz); in RegisterObserver() 479 auto [obj, instance] = GetSelfInstance(env, thiz); in UnregisterObserver()
|
/ohos5.0/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, nap…
|
/ohos5.0/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, nap…
|