Home
last modified time | relevance | path

Searched refs:targetType (Results 1 - 14 of 14) sorted by relevance

/base/hiviewdfx/hichecker/interfaces/js/kits/napi/include/
H A Dnapi_hichecker.h33 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
/base/hiviewdfx/hichecker/interfaces/js/kits/napi/src/
H A Dnapi_hichecker.cpp189 bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType() argument
193 return valueType == targetType; in MatchValueType()
/base/customization/config_policy/interfaces/kits/js/include/
H A Dconfig_policy_napi.h64 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
/base/telephony/call_manager/frameworks/js/napi/include/
H A Dnapi_call_manager_utils.h70 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
/base/global/i18n_lite/frameworks/i18n/src/
H A Ddata_resource.cpp102 uint32_t targetType = loaded[index]; in GetString() local
103 if (targetType == DataResourceType::RESOURCE_TYPE_END) { in GetString()
106 switch (targetType) { in GetString()
/base/startup/init/interfaces/innerkits/fs_manager/libfs_dm/
H A Dfs_dm.c140 char *targetType = needDmVerity ? "verity" : "linear"; in LoadDmDeviceTable() local
141 err = strcpy_s(ts->target_type, sizeof(ts->target_type), targetType); in LoadDmDeviceTable()
/base/telephony/core_service/frameworks/js/napi/
H A Dnapi_util.h36 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
H A Dnapi_util.cpp149 bool NapiUtil::MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType() argument
153 return valueType == targetType; in MatchValueType()
/base/customization/enterprise_device_management/interfaces/kits/common/include/
H A Dnapi_edm_common.h62 bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
/base/security/device_auth/services/legacy/group_manager/inc/
H A Dgroup_operation_common.h38 int32_t AssertGroupTypeMatch(int32_t inputType, int32_t targetType);
/base/telephony/call_manager/frameworks/js/napi/src/
H A Dnapi_call_manager_utils.cpp137 bool NapiCallManagerUtils::MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType() argument
141 return valueType == targetType; in MatchValueType()
/base/customization/enterprise_device_management/interfaces/kits/common/src/
H A Dnapi_edm_common.cpp70 bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType() argument
74 return valueType == targetType; in MatchValueType()
/base/customization/config_policy/interfaces/kits/js/src/
H A Dconfig_policy_napi.cpp282 bool ConfigPolicyNapi::MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType() argument
286 return valueType == targetType; in MatchValueType()
/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
H A Dgroup_operation_common.c1116 int32_t AssertGroupTypeMatch(int32_t inputType, int32_t targetType) in AssertGroupTypeMatch() argument
1118 if (inputType != targetType) { in AssertGroupTypeMatch()
1119 LOGE("Invalid group type! [InputType]: %d, [TargetType]: %d", inputType, targetType); in AssertGroupTypeMatch()

Completed in 11 milliseconds