Home
last modified time | relevance | path

Searched defs:targetType (Results 1 – 8 of 8) sorted by relevance

/base/hiviewdfx/hichecker/interfaces/js/kits/napi/src/
Dnapi_hichecker.cpp189 bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType()
/base/startup/init/interfaces/innerkits/fs_manager/libfs_dm/
Dfs_dm.c140 char *targetType = needDmVerity ? "verity" : "linear"; in LoadDmDeviceTable() local
/base/telephony/call_manager/frameworks/js/napi/src/
Dnapi_call_manager_utils.cpp137 bool NapiCallManagerUtils::MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType()
/base/global/i18n_lite/frameworks/i18n/src/
Ddata_resource.cpp102 uint32_t targetType = loaded[index]; in GetString() local
/base/customization/config_policy/interfaces/kits/js/src/
Dconfig_policy_napi.cpp282 bool ConfigPolicyNapi::MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType()
/base/customization/enterprise_device_management/interfaces/kits/common/src/
Dnapi_edm_common.cpp70 bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType()
/base/telephony/core_service/frameworks/js/napi/
Dnapi_util.cpp149 bool NapiUtil::MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType()
/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
Dgroup_operation_common.c1069 int32_t AssertGroupTypeMatch(int32_t inputType, int32_t targetType) in AssertGroupTypeMatch()