Home
last modified time | relevance | path

Searched refs:GetClassName (Results 1 – 25 of 178) sorted by relevance

12345678

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/routers/
H A Daudio_router_center.h59 … 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 Dobject_api.h35 #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 Dsystem_ability.h35 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 Dsystem_ability.h35 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 Duser_object_wrapper.cpp40 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 Dmodule.cpp34 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 Dcomponent_name.cpp39 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 Dmodule.cpp35 …"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 Dmodule.cpp40 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 Dobject_registry.cpp155 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 Dwebgl_query.cpp44 string className = GetClassName(); in Export()
61 string WebGLQuery::GetClassName() in GetClassName() function in OHOS::Rosen::WebGLQuery
H A Dwebgl_renderbuffer.cpp47 string className = GetClassName(); in Export()
64 string WebGLRenderbuffer::GetClassName() in GetClassName() function in OHOS::Rosen::WebGLRenderbuffer
H A Dwebgl_sampler.cpp42 string className = GetClassName(); in Export()
59 string WebGLSampler::GetClassName() in GetClassName() function in OHOS::Rosen::WebGLSampler
H A Dwebgl_shader.cpp43 string className = GetClassName(); in Export()
60 string WebGLShader::GetClassName() in GetClassName() function in OHOS::Rosen::WebGLShader
H A Dwebgl_sync.cpp44 string className = GetClassName(); in Export()
61 string WebGLSync::GetClassName() in GetClassName() function in OHOS::Rosen::WebGLSync
H A Dwebgl_transform_feedback.cpp43 string className = GetClassName(); in Export()
61 string WebGLTransformFeedback::GetClassName() in GetClassName() function in OHOS::Rosen::WebGLTransformFeedback
H A Dwebgl_uniform_location.cpp43 string className = GetClassName(); in Export()
61 string WebGLUniformLocation::GetClassName() in GetClassName() function in OHOS::Rosen::WebGLUniformLocation
H A Dwebgl_vertex_array_object.cpp43 string className = GetClassName(); in Export()
61 string WebGLVertexArrayObject::GetClassName() in GetClassName() function in OHOS::Rosen::WebGLVertexArrayObject
H A Dwebgl_buffer.cpp46 string className = GetClassName(); in Export()
63 string WebGLBuffer::GetClassName() in GetClassName() function in OHOS::Rosen::WebGLBuffer
H A Dwebgl_program.cpp45 string className = GetClassName(); in Export()
62 string WebGLProgram::GetClassName() in GetClassName() function in OHOS::Rosen::WebGLProgram
H A Dwebgl_rendering_context.cpp35 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 Dwebgl_shader_precision_format.cpp106 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 Dwebgl_object.h75 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 Dnative_fileaccess_module.cpp58 … 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 Dfile_n_exporter.cpp87 string className = GetClassName(); in Export()
105 string FileNExporter::GetClassName() in GetClassName() function in OHOS::DistributedFS::ModuleFileIO::FileNExporter

12345678