Home
last modified time | relevance | path

Searched refs:IsUint8Array (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/preferences/interfaces/inner_api/include/
H A Dpreferences_value.h264 PREF_API_EXPORT bool IsUint8Array() const;
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/
H A Djs_types.h323 napi_value IsUint8Array(napi_env env, napi_value src) const;
H A Djs_types.cpp457 napi_value Types::IsUint8Array(napi_env env, napi_value src) const in IsUint8Array() function in OHOS::Util::Types
H A Dnative_module_util.cpp1580 static napi_value IsUint8Array(napi_env env, napi_callback_info info) in IsUint8Array() function
1590 napi_value result = object->IsUint8Array(env, args); in IsUint8Array()
1788 DECLARE_NAPI_FUNCTION("isUint8Array", IsUint8Array), in TypeofInit()
/ohos5.0/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_value.cpp154 bool PreferencesValue::IsUint8Array() const in IsUint8Array() function in OHOS::NativePreferences::PreferencesValue
H A Dpreferences_value_parcel.cpp45 } else if (value.IsUint8Array()) { in GetTypeIndex()
/ohos5.0/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_test.cpp853 EXPECT_EQ(uint8ArrayRes.IsUint8Array(), true);
/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp1305 } else if (typedArray->IsUint8Array(vm_)) { in GetTypedArrayType()