Searched refs:targetType (Results 1 – 13 of 13) sorted by relevance
/base/hiviewdfx/hichecker/interfaces/js/kits/napi/include/ |
D | napi_hichecker.h | 33 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
|
/base/hiviewdfx/hichecker/interfaces/js/kits/napi/src/ |
D | napi_hichecker.cpp | 184 bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType() argument 188 return valueType == targetType; in MatchValueType()
|
/base/customization/config_policy/interfaces/kits/js/include/ |
D | config_policy_napi.h | 54 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
|
/base/customization/enterprise_device_management/interfaces/kits/common/include/ |
D | napi_edm_common.h | 59 bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
|
/base/telephony/call_manager/frameworks/js/napi/include/ |
D | napi_call_manager_utils.h | 54 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
|
/base/telephony/call_manager/frameworks/js/napi/src/ |
D | napi_call_manager_utils.cpp | 114 bool NapiCallManagerUtils::MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType() argument 118 return valueType == targetType; in MatchValueType()
|
/base/customization/enterprise_device_management/interfaces/kits/common/src/ |
D | napi_edm_common.cpp | 29 bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType() argument 33 return valueType == targetType; in MatchValueType()
|
/base/global/i18n_lite/frameworks/i18n/src/ |
D | data_resource.cpp | 102 uint32_t targetType = loaded[index]; in GetString() local 103 if (targetType == DataResourceType::RESOURCE_TYPE_END) { in GetString() 106 switch (targetType) { in GetString()
|
/base/telephony/core_service/frameworks/js/napi/ |
D | napi_util.h | 36 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
|
D | napi_util.cpp | 124 bool NapiUtil::MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType() argument 128 return valueType == targetType; in MatchValueType()
|
/base/customization/config_policy/interfaces/kits/js/src/ |
D | config_policy_napi.cpp | 165 bool ConfigPolicyNapi::MatchValueType(napi_env env, napi_value value, napi_valuetype targetType) in MatchValueType() argument 169 return valueType == targetType; in MatchValueType()
|
/base/security/device_auth/services/group_manager/inc/ |
D | group_operation_common.h | 40 int32_t AssertGroupTypeMatch(int32_t inputType, int32_t targetType);
|
/base/security/device_auth/services/group_manager/src/group_operation/ |
D | group_operation_common.c | 1195 int32_t AssertGroupTypeMatch(int32_t inputType, int32_t targetType) in AssertGroupTypeMatch() argument 1197 if (inputType != targetType) { in AssertGroupTypeMatch() 1198 LOGE("Invalid group type! [InputType]: %d, [TargetType]: %d", inputType, targetType); in AssertGroupTypeMatch()
|