/base/hiviewdfx/hichecker/interfaces/js/kits/napi/include/ |
H A 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/ |
H A D | napi_hichecker.cpp | 189 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 D | config_policy_napi.h | 64 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
|
/base/telephony/call_manager/frameworks/js/napi/include/ |
H A D | napi_call_manager_utils.h | 70 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
|
/base/global/i18n_lite/frameworks/i18n/src/ |
H A 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/startup/init/interfaces/innerkits/fs_manager/libfs_dm/ |
H A D | fs_dm.c | 140 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 D | napi_util.h | 36 static bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
|
H A D | napi_util.cpp | 149 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 D | napi_edm_common.h | 62 bool MatchValueType(napi_env env, napi_value value, napi_valuetype targetType);
|
/base/security/device_auth/services/legacy/group_manager/inc/ |
H A D | group_operation_common.h | 38 int32_t AssertGroupTypeMatch(int32_t inputType, int32_t targetType);
|
/base/telephony/call_manager/frameworks/js/napi/src/ |
H A D | napi_call_manager_utils.cpp | 137 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 D | napi_edm_common.cpp | 70 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 D | config_policy_napi.cpp | 282 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 D | group_operation_common.c | 1116 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()
|