Searched defs:father (Results 1 – 4 of 4) sorted by relevance
/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
|
H A D | meta_disable_task.cpp | 70 std::shared_ptr<Task> father = GetFatherTask().lock(); in DoTaskInner() local
|
/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 654 complex_object.parent = { mother: "jack1 mom1", father: "jack1 Dad1" }; property in complex_object.parent
|
/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() 420 … JsonValueReplace(const JsonObject &src, const JsonFieldPath &fatherPath, const JsonObject &father, in JsonValueReplace() 461 bool JsonNodeReplace(const JsonObject &src, const JsonFieldPath &itemPath, const JsonObject &father, in JsonNodeReplace() 512 bool JsonNodeAppend(const JsonObject &src, const JsonFieldPath &path, const JsonObject &father, con… in JsonNodeAppend() 557 const JsonObject &father, const JsonObject &item) { in Append()
|