/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/ |
H A D | disable_task.cpp | 78 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 D | meta_disable_task.cpp | 70 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 D | arkts-new-observedV2-and-trace.md | 50 @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 D | json_common.cpp | 297 …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 D | ObjectStoreJsunit.test.js | 585 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 D | arkts-new-observedV2-and-trace.md | 47 @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 D | hop-cross-device-migration.md | 627 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 D | hop-cross-device-migration.md | 633 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 D | js-apis-enterprise-adminManager.md | 188 …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…
|