/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/property/ |
H A D | bind.cpp | 60 return AddDependency(prop); in SetTarget() 77 bool Bind::AddDependency(const INotifyOnChange::ConstPtr& dep) in AddDependency() function in Internal::Bind 127 AddDependency(noti); in Finalize() 156 AddDependency(noti); in CreateContext()
|
H A D | dependencies.h | 33 ReturnError AddDependency(const IProperty::ConstPtr& prop); in META_BEGIN_NAMESPACE()
|
H A D | dependencies.cpp | 43 ReturnError Dependencies::AddDependency(const IProperty::ConstPtr& prop) in AddDependency() function in Internal::Dependencies
|
H A D | bind.h | 45 bool AddDependency(const INotifyOnChange::ConstPtr& dep) override; in META_BEGIN_NAMESPACE()
|
H A D | stack_property.cpp | 186 if (!d.AddDependency(self_.lock())) { in GetValue()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/property/ |
H A D | intf_bind.h | 38 virtual bool AddDependency(const INotifyOnChange::ConstPtr& dep) = 0;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/ |
H A D | property.h | 185 b->AddDependency(d); 200 b->AddDependency(d);
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
H A D | task.h | 86 static napi_value AddDependency(napi_env env, napi_callback_info cbinfo);
|
H A D | task.cpp | 182 DECLARE_NAPI_FUNCTION(ADD_DEPENDENCY_STR, AddDependency), in GenerateTask() 505 napi_value Task::AddDependency(napi_env env, napi_callback_info cbinfo) in AddDependency() function in Commonlibrary::Concurrent::TaskPoolModule::Task
|
/ohos5.0/commonlibrary/ets_utils/js_concurrent_module/taskpool/test/ |
H A D | test_taskpool.cpp | 1476 napi_create_function(env, funcName.c_str(), funcName.size(), Task::AddDependency, nullptr, &cb); 1497 napi_create_function(env, funcName.c_str(), funcName.size(), Task::AddDependency, nullptr, &cb); 1518 napi_create_function(env, funcName.c_str(), funcName.size(), Task::AddDependency, nullptr, &cb); 1537 napi_create_function(env, funcName.c_str(), funcName.size(), Task::AddDependency, nullptr, &cb); 1558 napi_create_function(env, funcName.c_str(), funcName.size(), Task::AddDependency, nullptr, &cb); 3103 napi_create_function(env, funcName.c_str(), funcName.size(), Task::AddDependency, nullptr, &cb); 3125 napi_create_function(env, funcName.c_str(), funcName.size(), Task::AddDependency, nullptr, &cb); 3150 napi_create_function(env, funcName.c_str(), funcName.size(), Task::AddDependency, nullptr, &cb); 3172 napi_create_function(env, funcName.c_str(), funcName.size(), Task::AddDependency, nullptr, &cb); 3198 napi_create_function(env, funcName.c_str(), funcName.size(), Task::AddDependency, nullptr, &cb); [all …]
|