Home
last modified time | relevance | path

Searched refs:Name (Results 1 - 25 of 127) sorted by relevance

123456

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H A Daccount_delegate_impl.cpp81 if (observer == nullptr || observer->Name().empty()) { in Subscribe()
84 if (observerMap_.Contains(observer->Name())) { in Subscribe()
88 auto ret = observerMap_.Insert(observer->Name(), observer); in Subscribe()
100 if (observer == nullptr || observer->Name().empty()) { in Unsubscribe()
103 if (!observerMap_.Contains(observer->Name())) { in Unsubscribe()
107 auto ret = observerMap_.Erase(observer->Name()); in Unsubscribe()
/foundation/arkui/ace_engine/frameworks/base/memory/
H A Dmemory_monitor.h44 Update(refPtr, TypeInfo<T>::Size(ptr), TypeInfo<T>::Name(ptr)); in Update()
59 static const char* Name(T*) in Name() function
72 static const char* Name(T* rawPtr) in Name() function
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dpostprocess_impl.cpp35 META_IMPLEMENT_INTERFACE_PROPERTY(META_NS::INamed, BASE_NS::string, Name)
77 META_NS::SetValue(interface_cast<META_NS::INamed>(bloom)->Name(), "Bloom");
81 META_NS::SetValue(interface_cast<META_NS::INamed>(blur)->Name(), "Blur");
86 META_NS::SetValue(interface_cast<META_NS::INamed>(colorConversion)->Name(), "ColorConversion");
91 META_NS::SetValue(interface_cast<META_NS::INamed>(colorFringe)->Name(), "ColorFringe");
96 META_NS::SetValue(interface_cast<META_NS::INamed>(depthOfField)->Name(), "DepthOfField");
100 META_NS::SetValue(interface_cast<META_NS::INamed>(dither)->Name(), "Dither");
104 META_NS::SetValue(interface_cast<META_NS::INamed>(fxaaSettings)->Name(), "Fxaa");
108 META_NS::SetValue(interface_cast<META_NS::INamed>(blur)->Name(), "MotionBlur");
112 META_NS::SetValue(interface_cast<META_NS::INamed>(taaSettings)->Name(), "Ta
[all...]
H A Dnode_impl.cpp121 path = parent->Path()->GetValue() + parent->Name()->GetValue() + "/"; in Connect()
147 path = parent->Path()->GetValue() + parent->Name()->GetValue() + "/"; in Activate()
222 nameChangedToken_ = Name()->OnChanged()->AddHandler(META_NS::MakeCallback<META_NS::IOnChanged>([this] { in SubscribeToNameChanges()
224 RenameEntity(META_ACCESS_PROPERTY(Name)->GetValue()); in SubscribeToNameChanges()
233 Name()->OnChanged()->RemoveHandler(nameChangedToken_); in UnsubscribeFromNameChanges()
294 return META_NS::GetValue(Name()); in GetName()
389 META_NS::SetValue(interface_pointer_cast<META_NS::INamed>(ret)->Name(), name);
422 auto nameInternal = interface_pointer_cast<META_NS::IMetaPropertyInternal>(Name()); in ClaimOwnershipOfEntity()
424 auto flags = Name()->Flags(); in ClaimOwnershipOfEntity()
517 cachedPath.append(Name() in UpdateChildrenPath()
[all...]
H A Dpostprocess_effect_impl.cpp107 META_IMPLEMENT_INTERFACE_PROPERTY(META_NS::INamed, BASE_NS::string, Name, {})
190 META_IMPLEMENT_INTERFACE_PROPERTY(META_NS::INamed, BASE_NS::string, Name, {})
226 META_IMPLEMENT_INTERFACE_PROPERTY(META_NS::INamed, BASE_NS::string, Name, {})
255 META_IMPLEMENT_INTERFACE_PROPERTY(META_NS::INamed, BASE_NS::string, Name, {})
284 META_IMPLEMENT_INTERFACE_PROPERTY(META_NS::INamed, BASE_NS::string, Name, {})
324 META_IMPLEMENT_INTERFACE_PROPERTY(META_NS::INamed, BASE_NS::string, Name, {})
354 META_IMPLEMENT_INTERFACE_PROPERTY(META_NS::INamed, BASE_NS::string, Name, {})
386 META_IMPLEMENT_INTERFACE_PROPERTY(META_NS::INamed, BASE_NS::string, Name, {})
422 META_IMPLEMENT_INTERFACE_PROPERTY(META_NS::INamed, BASE_NS::string, Name, {})
453 META_IMPLEMENT_INTERFACE_PROPERTY(META_NS::INamed, BASE_NS::string, Name, {})
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/
H A Dadapter_state_machine.cpp49 (adapter_.GetContext()->Name() == ADAPTER_NAME_CLASSIC) ? BTTransport::ADAPTER_BREDR : BTTransport::ADAPTER_BLE; in Entry()
80 (adapter_.GetContext()->Name() == ADAPTER_NAME_CLASSIC) ? BTTransport::ADAPTER_BREDR : BTTransport::ADAPTER_BLE; in Entry()
90 (adapter_.GetContext()->Name() == ADAPTER_NAME_CLASSIC) ? BTTransport::ADAPTER_BREDR : BTTransport::ADAPTER_BLE; in Dispatch()
138 (adapter_.GetContext()->Name() == ADAPTER_NAME_CLASSIC) ? BTTransport::ADAPTER_BREDR : BTTransport::ADAPTER_BLE; in Entry()
170 (adapter_.GetContext()->Name() == ADAPTER_NAME_CLASSIC) ? BTTransport::ADAPTER_BREDR : BTTransport::ADAPTER_BLE; in Entry()
180 (adapter_.GetContext()->Name() == ADAPTER_NAME_CLASSIC) ? BTTransport::ADAPTER_BREDR : BTTransport::ADAPTER_BLE; in Dispatch()
/foundation/graphic/graphic_3d/lume/metaobject/test/src/
H A Dtesting_objects.cpp63 META_IMPLEMENT_PROPERTY(string, Name);
67 auto name = META_ACCESS_PROPERTY_VALUE(Name);
72 META_ACCESS_PROPERTY(Name)->SetValue(name);
107 META_IMPLEMENT_PROPERTY(string, Name);
114 auto name = META_ACCESS_PROPERTY_VALUE(Name);
119 META_ACCESS_PROPERTY(Name)->SetValue(name);
220 META_IMPLEMENT_PROPERTY(string, Name);
271 return Name()->GetValue().empty() ? ObjectFwd::GetName() : Name()->GetValue();
276 Name()
[all...]
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dhi_state.cpp47 std::string HiState::Name() const in Name() function in OHOS::HiState
54 if (m_name == state.Name()) { in operator ==()
H A Dfsm_state.h47 return m_stateEnter(m_privateDate, Name().c_str());
55 return m_stateExit(m_privateDate, Name().c_str());
H A Dhi_state_machine.cpp123 MEDIA_ERR_LOG("init state not exist:%s", state.Name().c_str()); in SetInitialState()
145 MEDIA_ERR_LOG("transition state not exist:%s", nextState.Name().c_str()); in Transition()
286 if (*it == &state || (*it)->Name() == state.Name()) { in StateExist()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/animation/
H A Dinterpolator.h28 template<class Type, class Name, const META_NS::ClassInfo& ClassId>
29 class Interpolator : public META_NS::BaseObjectFwd<Name, ClassId, META_NS::ClassId::BaseObject, IInterpolator> {
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dcoff.h39 uint8_t Name[8]; member
61 } Name; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_settings.cpp54 registry_.begin(), registry_.end(), [&name](SystemParameter* parameter) { return parameter->Name() == name; }); in Find()
84 out += parameter->Name() + " = " + parameter->ToString() + "\n"; in Dump()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dnapi_error.cpp24 void NapiError::SetApiName(const std::string &Name) in SetApiName() argument
26 apiName = Name; in SetApiName()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dstate_machine.cpp31 auto it = states_.find(state->Name()); in Move()
33 states_[state->Name()] = std::move(state); in Move()
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H A Dliteplayer_state_machine.cpp102 PlayerStatus playerStatus = StateConvert2Enum(Name()); in Enter()
105 MEDIA_DEBUG_LOG( "enter state: %s\n", Name().c_str()); in Enter()
111 MEDIA_DEBUG_LOG( "exit state: %s", Name().c_str()); in Exit()
128 Name().c_str()); in HandleMessage()
367 return StateConvert2Enum(curState->Name()); in GetCurState()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dobject.h100 return ClassInfo.Name();
289 #define META_EXT_BASE_READONLY_PROPERTY(Interface, Type, Name) \
290 META_FORWARD_READONLY_PROPERTY(Type, Name, Super::template GetBaseAs<Interface>()->Name())
296 #define META_EXT_BASE_PROPERTY(Interface, Type, Name) \
297 META_FORWARD_PROPERTY(Type, Name, Super::template GetBaseAs<Interface>()->Name())
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H A Dstore_account_observer.h24 std::string Name() override
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_named.h31 * have a user-settable Name property.
34 * override IObject::GetName to return the value of Name property.
40 * @brief Name of the object.
42 META_PROPERTY(BASE_NS::string, Name)
/foundation/multimedia/av_codec/services/services/codec/server/post_processing/
H A Dstate_machine.cpp45 const char* StateMachine::Name() const in Name() function in OHOS::MediaAVCodec::PostProcessing::StateMachine
H A Dstate_machine.h38 const char* Name() const;
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dclass_registry.cpp60 info.Name().data(), info.Id().ToString().c_str()); in Register()
80 return it != objectFactories_.end() ? BASE_NS::string(it->second->GetClassInfo().Name()) in GetClassName()
/foundation/graphic/graphic_3d/kits/js/src/
H A DSceneResourceImpl.cpp99 name = node->Name()->GetValue(); in GetName()
112 node->Name()->SetValue(name); in SetName()
/foundation/graphic/graphic_2d/utils/color_manager/src/
H A Dcolor.cpp42 static ColorSpaceName Name(uint64_t color) in Name() function
64 srcName(Name(color)) {} in Color()
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/api/
H A Drender_configuration.h32 API_INTERFACE_PROPERTY_CACHED(RenderConfiguration, Name, BASE_NS::string)

Completed in 13 milliseconds

123456