Searched refs:GetCustomizedType (Results 1 – 4 of 4) sorted by relevance
79 ToneCustomizedType GetCustomizedType() const in GetCustomizedType() function
48 static napi_value GetCustomizedType(napi_env env, napi_callback_info info);
55 DECLARE_NAPI_FUNCTION("getCustomizedType", GetCustomizedType), in Init()277 napi_value ToneAttrsNapi::GetCustomizedType(napi_env env, napi_callback_info info) in GetCustomizedType() function in OHOS::Media::ToneAttrsNapi292 napi_create_int32(env, toneAttrsNapi->toneAttrs_->GetCustomizedType(), &result); in GetCustomizedType()
1377 if (toneAttrs->GetCustomizedType() != CUSTOMISED) { in AddCustomizedToneByFdAndOffset()