/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/routers/ |
H A D | audio_router_center.h | 59 … AUDIO_INFO_LOG("mediaRenderRouters_, class %{public}s", mediaRounter->GetClassName().c_str()); in AudioRouterCenter() 63 … AUDIO_INFO_LOG("callRenderRouters_, class %{public}s", callRenderRouter->GetClassName().c_str()); in AudioRouterCenter() 67 …AUDIO_INFO_LOG("callCaptureRouters_, class %{public}s", callCaptureRouter->GetClassName().c_str()); in AudioRouterCenter() 71 … AUDIO_INFO_LOG("ringRenderRouters_, class %{public}s", ringRenderRouter->GetClassName().c_str()); in AudioRouterCenter() 75 … AUDIO_INFO_LOG("toneRenderRouters_, class %{public}s", toneRenderRouter->GetClassName().c_str()); in AudioRouterCenter() 79 …O_INFO_LOG("recordCaptureRouters_, class %{public}s", recordCaptureRouter->GetClassName().c_str()); in AudioRouterCenter() 83 …DIO_INFO_LOG("voiceMessageRouters_, class %{public}s", voiceMessageRouter->GetClassName().c_str()); in AudioRouterCenter()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/ |
H A D | object_api.h | 35 #if defined(GetClassName) 36 #undef GetClassName 176 GetClassName().data()); in Initialize() 183 const BASE_NS::string_view className = ptr ? ptr->GetClassName() : "<null>"; in Initialize() 184 …CORE_LOG_E("%s: Cannot initialize with an instance of '%s'", GetClassName().data(), className.data… in Initialize() 232 …"%s: Cannot assign to with an instance of '%s'", GetClassName().data(), other.GetClassName().data(… 246 …"%s: Cannot assign to with an instance of '%s'", GetClassName().data(), other.GetClassName().data(… 284 virtual BASE_NS::string_view GetClassName() const noexcept in GetClassName() function 286 return object_ ? object_->GetClassName() : ClassId::Object.Name(); in GetClassName() 388 … "%s: Type mismatch on array property '%s'", object_->GetClassName().data(), propertyName.data()); in ArrayMetaProperty() [all …]
|
/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/ |
H A D | system_ability.h | 35 virtual std::string GetClassName() override { \ 41 virtual std::string GetClassName() = 0 45 virtual std::string GetClassName() override { \ 51 virtual std::string GetClassName() = 0
|
/ohos5.0/foundation/systemabilitymgr/safwk/services/safwk/include/ |
H A D | system_ability.h | 35 virtual std::string GetClassName() override { \ 41 virtual std::string GetClassName() = 0 45 virtual std::string GetClassName() override { \ 51 virtual std::string GetClassName() = 0
|
/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/src/ |
H A D | user_object_wrapper.cpp | 40 if (value_->GetClassName() == otherObj->value_->GetClassName()) { in Equals() 51 return value_->GetClassName() + SPLIT + value_->ToString(); in ToString()
|
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/native/recent/ |
H A D | module.cpp | 34 product->GetClassName().c_str()); in Export() 37 …LOG_DEBUG("Class %{public}s for module fileio has been exported", product->GetClassName().c_str()); in Export()
|
/ohos5.0/base/theme/wallpaper_mgr/services/src/ |
H A D | component_name.cpp | 39 std::string ComponentName::GetClassName() const in GetClassName() function in OHOS::WallpaperMgrService::ComponentName 46 return package_ == obj.GetPackageName() && class_ == obj.GetClassName(); in equals()
|
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/js/file_uri/ |
H A D | module.cpp | 35 …"INNER BUG. Failed to export class %{public}s for module backup", product->GetClassName().c_str()); in Export() 38 … LOGI("Class %{public}s for module fileio has been exported", product->GetClassName().c_str()); in Export()
|
/ohos5.0/foundation/filemanagement/app_file_service/interfaces/kits/js/backup/ |
H A D | module.cpp | 40 product->GetClassName().c_str()); in Export() 43 …LOGI("Class %{public}s for module file.backup has been exported", product->GetClassName().c_str()); in Export()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | object_registry.cpp | 155 BASE_NS::string ObjectRegistry::GetClassName(BASE_NS::Uid uid) const in GetClassName() function in ObjectRegistry 157 return classRegistry_.GetClassName(uid); in GetClassName() 181 OBJ_REG_LOG("\tCreate super of %s", GetClassName(superUid).c_str()); in ConstructObjectInternal() 205 …REG_LOG("\tAssigning instance of %s as super to %s", BASE_NS::string(base->GetClassName()).c_str(), in SetObjectInstanceIds() 206 BASE_NS::string((*it)->GetClassName()).c_str()); in SetObjectInstanceIds() 231 OBJ_REG_LOG("\tBuilding %s", BASE_NS::string((*it)->GetClassName()).c_str()); in BuildObject() 264 …OBJ_REG_LOG("Create instance of %s {instance id %s}", GetClassName(uid).c_str(), instid.ToString()… in Create() 273 CORE_LOG_F("Could not create instance of %s", GetClassName(uid.ToUid()).c_str()); in Create() 283 CORE_LOG_F("Failed to build object (%s).", GetClassName(uid).c_str()); in PostCreate() 300 …CORE_LOG_D("Registering global object: %s [%s]", GetClassName(uid).c_str(), instid.ToString().c_st… in PostCreate()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_query.cpp | 44 string className = GetClassName(); in Export() 61 string WebGLQuery::GetClassName() in GetClassName() function in OHOS::Rosen::WebGLQuery
|
H A D | webgl_renderbuffer.cpp | 47 string className = GetClassName(); in Export() 64 string WebGLRenderbuffer::GetClassName() in GetClassName() function in OHOS::Rosen::WebGLRenderbuffer
|
H A D | webgl_sampler.cpp | 42 string className = GetClassName(); in Export() 59 string WebGLSampler::GetClassName() in GetClassName() function in OHOS::Rosen::WebGLSampler
|
H A D | webgl_shader.cpp | 43 string className = GetClassName(); in Export() 60 string WebGLShader::GetClassName() in GetClassName() function in OHOS::Rosen::WebGLShader
|
H A D | webgl_sync.cpp | 44 string className = GetClassName(); in Export() 61 string WebGLSync::GetClassName() in GetClassName() function in OHOS::Rosen::WebGLSync
|
H A D | webgl_transform_feedback.cpp | 43 string className = GetClassName(); in Export() 61 string WebGLTransformFeedback::GetClassName() in GetClassName() function in OHOS::Rosen::WebGLTransformFeedback
|
H A D | webgl_uniform_location.cpp | 43 string className = GetClassName(); in Export() 61 string WebGLUniformLocation::GetClassName() in GetClassName() function in OHOS::Rosen::WebGLUniformLocation
|
H A D | webgl_vertex_array_object.cpp | 43 string className = GetClassName(); in Export() 61 string WebGLVertexArrayObject::GetClassName() in GetClassName() function in OHOS::Rosen::WebGLVertexArrayObject
|
H A D | webgl_buffer.cpp | 46 string className = GetClassName(); in Export() 63 string WebGLBuffer::GetClassName() in GetClassName() function in OHOS::Rosen::WebGLBuffer
|
H A D | webgl_program.cpp | 45 string className = GetClassName(); in Export() 62 string WebGLProgram::GetClassName() in GetClassName() function in OHOS::Rosen::WebGLProgram
|
H A D | webgl_rendering_context.cpp | 35 GetClassName(), [](napi_env env, napi_callback_info info) -> napi_value { in Export() 94 string WebGLRenderingContext::GetClassName() in GetClassName() function in OHOS::Rosen::WebGLRenderingContext
|
H A D | webgl_shader_precision_format.cpp | 106 string className = GetClassName(); in Export() 124 string WebGLShaderPrecisionFormat::GetClassName() in GetClassName() function in OHOS::Rosen::WebGLShaderPrecisionFormat
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_object.h | 75 if (webGLObj->GetClassName() == T::className) { in GetObjectInstance() 79 webGLObj->GetClassName().c_str(), T::className.c_str()); in GetObjectInstance()
|
/ohos5.0/foundation/filemanagement/user_file_service/frameworks/js/napi/file_access_module/ |
H A D | native_fileaccess_module.cpp | 58 … HILOG_ERROR("INNER BUG. Failed to export class %{public}s", product->GetClassName().c_str()); in Init() 61 HILOG_DEBUG("Class %{public}s has been exported", product->GetClassName().c_str()); in Init()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_file/ |
H A D | file_n_exporter.cpp | 87 string className = GetClassName(); in Export() 105 string FileNExporter::GetClassName() in GetClassName() function in OHOS::DistributedFS::ModuleFileIO::FileNExporter
|