Home
last modified time | relevance | path

Searched defs:expectType (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/napi/sample/native_module_systemtest/
H A Djs_napi_common.cpp21 bool IsTypeForNapiValue(napi_env env, napi_value param, napi_valuetype expectType) in IsTypeForNapiValue()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/
H A Dnapi_zlib_common.cpp26 bool IsTypeForNapiValue(napi_env env, napi_value param, napi_valuetype expectType) in IsTypeForNapiValue()
/ohos5.0/foundation/arkui/ace_engine/component_ext/ext_common/
H A Dext_napi_utils.cpp142 bool ExtNapiUtils::CheckTypeForNapiValue(napi_env env, napi_value param, napi_valuetype expectType) in CheckTypeForNapiValue()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_query_object_helper_test.cpp64 void CheckType(const Type &expectType, const Type &actualType) in CheckType()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/performancemonitor/
H A Dnapi_perf_monitor.cpp46 bool PerfValueType(const napi_env& env, const napi_value& value, const napi_valuetype expectType) in PerfValueType()
/ohos5.0/base/hiviewdfx/hitrace/interfaces/js/kits/napi/hitracemeter/
H A Dnapi_hitrace_meter.cpp60 bool TypeCheck(const napi_env& env, const napi_value& value, const napi_valuetype expectType) in TypeCheck()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_constants.cpp43 …eTypeMatch(const ResValueWrapper& valueWrapper, uint32_t key, const ThemeConstantsType& expectType) in ValueTypeMatch()
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Djs_runtime_utils.cpp121 bool CheckTypeForNapiValue(napi_env env, napi_value param, napi_valuetype expectType) in CheckTypeForNapiValue()
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/plugincomponent/
H A Djs_plugin_util.cpp35 bool AceIsTypeForNapiValue(napi_env env, napi_value param, napi_valuetype expectType) in AceIsTypeForNapiValue()
751 napi_env env, napi_value jsObject, const char* propertyName, napi_valuetype expectType) in AceGetPropertyValueByPropertyName()
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
H A Dnapi_common_util.cpp26 bool IsTypeForNapiValue(napi_env env, napi_value param, napi_valuetype expectType) in IsTypeForNapiValue()
684 napi_env env, napi_value jsObject, const char *propertyName, napi_valuetype expectType) in GetPropertyValueByPropertyName()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime_utils.cpp131 bool CheckTypeForNapiValue(napi_env env, napi_value param, napi_valuetype expectType) in CheckTypeForNapiValue()
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/common/helper/
H A Dnapi_helper.cpp24 bool NapiHelper::IsTypeForNapiValue(napi_env env, napi_value param, napi_valuetype expectType) in IsTypeForNapiValue()
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_data_utils.cpp450 bool NapiDataUtils::IsTypeForNapiValue(napi_env env, napi_value param, napi_valuetype expectType) in IsTypeForNapiValue()
/ohos5.0/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/
H A Dbg_continuous_task_napi_module.cpp422 bool CheckTypeForNapiValue(napi_env env, napi_value param, napi_valuetype expectType) in CheckTypeForNapiValue()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/
H A Dnapi_data_utils.cpp529 bool NapiDataUtils::IsTypeForNapiValue(napi_env env, napi_value param, napi_valuetype expectType) in IsTypeForNapiValue()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp363 …rFromJsonObject(const JsonObject &inJsonObject, const std::string &fieldName, FieldType expectType, in GetMemberFromJsonObject()
/ohos5.0/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_utils.cpp1156 bool NapiUtils::TypeCheck(napi_env env, napi_value value, napi_valuetype expectType) in TypeCheck()