Home
last modified time | relevance | path

Searched refs:father (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/
H A Ddisable_task.cpp78 std::shared_ptr<Task> father = GetFatherTask().lock(); in DoTaskInner() local
81 if (father != nullptr) { in DoTaskInner()
82 auto offLineTask = std::static_pointer_cast<OffLineTask>(father); in DoTaskInner()
H A Dmeta_disable_task.cpp70 std::shared_ptr<Task> father = GetFatherTask().lock(); in DoTaskInner() local
73 if (father != nullptr) { in DoTaskInner()
74 auto offLineTask = std::static_pointer_cast<OffLineTask>(father); in DoTaskInner()
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-new-observedV2-and-trace.md50 @State father: Father = new Father("John", 8);
55 Text(`name: ${this.father.son.name} age: ${this.father.son.age}`)
59 this.father.son.age++;
112 @State father: Father = new Father("John", 8);
116 Child({son: this.father.son})
153 father: Father = new Father();
158 Text(`${this.father.son.age}`)
160 this.father.son.age++;
464 constructor(father: number) {
465 super(father);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Djson_common.cpp297 …std::function<bool(const JsonFieldPath &path, const JsonObject &father, const JsonObject &item)> A… in JsonObjectIterator() argument
420 … JsonValueReplace(const JsonObject &src, const JsonFieldPath &fatherPath, const JsonObject &father, in JsonValueReplace() argument
446 if (father.GetChild().IsNull()) { in JsonValueReplace()
461 bool JsonNodeReplace(const JsonObject &src, const JsonFieldPath &itemPath, const JsonObject &father, in JsonNodeReplace() argument
497 if (father.GetChild().IsNull()) { in JsonNodeReplace()
512 bool JsonNodeAppend(const JsonObject &src, const JsonFieldPath &path, const JsonObject &father, con… in JsonNodeAppend() argument
540 bool ret = JsonValueReplace(src, fatherPath, father, item, externErrCode); in JsonNodeAppend()
557 const JsonObject &father, const JsonObject &item) { in Append() argument
568 bool ret = JsonNodeReplace(src, itemPath, father, item, externErrCode); in Append()
579 return JsonNodeAppend(src, path, father, item, externErrCode); in Append()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/test/unittest/src/
H A DObjectStoreJsunit.test.js585 complex_object.parent = { mother: "jack mom", father: "jack Dad" }; property in complex_object.parent
586 complex_object.list = [{ mother: "jack2 mom2" }, { father: "jack2 Dad2" }];
590 expect(complex_object.parent.father == "jack Dad").assertEqual(true);
592 expect(complex_object.list[1].father == "jack2 Dad2").assertEqual(true);
654 complex_object.parent = { mother: "jack1 mom1", father: "jack1 Dad1" }; property in complex_object.parent
655 complex_object.list = [{ mother: "jack2 mom2" }, { father: "jack2 Dad2" }];
659 expect(complex_object.parent.father == "jack1 Dad1").assertEqual(true);
661 expect(complex_object.list[1].father == "jack2 Dad2").assertEqual(true);
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-new-observedV2-and-trace.md47 @State father: Father = new Father("John", 8);
52 Text(`name: ${this.father.son.name} age: ${this.father.son.age}`)
56 this.father.son.age++;
109 @State father: Father = new Father("John", 8);
113 Child({son: this.father.son})
150 father: Father = new Father();
155 Text(`${this.father.son.age}`)
157 this.father.son.age++;
461 constructor(father: number) {
462 super(father);
/ohos5.0/docs/zh-cn/application-dev/application-models/
H A Dhop-cross-device-migration.md627 father: string
629 constructor(mother: string, father: string) {
631 this.father = father
785 father: string
787 constructor(mother: string, father: string) {
789 this.father = father
/ohos5.0/docs/en/application-dev/application-models/
H A Dhop-cross-device-migration.md633 father: string
635 constructor(mother: string, father: string) {
637 this.father = father
791 father: string
793 constructor(mother: string, father: string) {
795 this.father = father
/ohos5.0/docs/zh-cn/application-dev/reference/apis-mdm-kit/
H A Djs-apis-enterprise-adminManager.md188 …prise_mdm和enterprise_normal两种类型,应用的分发类型具体请参考[指南](https://gitee.com/nezha-father/docs/blob/master/z…
240 …prise_mdm和enterprise_normal两种类型,应用的分发类型具体请参考[指南](https://gitee.com/nezha-father/docs/blob/master/z…