Searched refs:father (Results 1 - 4 of 4) sorted by relevance
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/task/ |
H A D | meta_disable_task.cpp | 67 /* if finish task, notify father finish */ in DoTaskInner() 68 std::shared_ptr<Task> father = GetFatherTask().lock(); in DoTaskInner() local 69 if (father != nullptr) { in DoTaskInner() 70 auto offLineTask = std::static_pointer_cast<OffLineTask>(father); in DoTaskInner()
|
H A D | disable_task.cpp | 76 /* if finish task, notify father finish */ in DoTaskInner() 77 std::shared_ptr<Task> father = GetFatherTask().lock(); in DoTaskInner() local 78 if (father != nullptr) { in DoTaskInner() 79 auto offLineTask = std::static_pointer_cast<OffLineTask>(father); in DoTaskInner()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/ |
H A D | json_common.cpp | 293 std::function<bool(const JsonFieldPath &path, const JsonObject &father, const JsonObject &item)> AppendFoo) in JsonObjectIterator() 416 bool JsonValueReplace(const JsonObject &src, const JsonFieldPath &fatherPath, const JsonObject &father, in JsonValueReplace() argument 426 GLOGE("Find father item in source json object failed. %d", errCode); in JsonValueReplace() 432 GLOGE("Find father item in source json object failed. %d", errCode); in JsonValueReplace() 439 GLOGE("Find father item in source json object failed. %d", errCode); in JsonValueReplace() 442 if (father.GetChild().IsNull()) { in JsonValueReplace() 457 bool JsonNodeReplace(const JsonObject &src, const JsonFieldPath &itemPath, const JsonObject &father, in JsonNodeReplace() argument 467 GLOGE("Find father item in source json object failed. %d", errCode); in JsonNodeReplace() 476 GLOGE("Find father item in source json object failed. %d", errCode); in JsonNodeReplace() 485 GLOGE("Find father ite in JsonNodeReplace() 292 JsonObjectIterator(const JsonObject &obj, const JsonFieldPath &path, std::function<bool(const JsonFieldPath &path, const JsonObject &father, const JsonObject &item)> AppendFoo) JsonObjectIterator() argument 503 JsonNodeAppend(const JsonObject &src, const JsonFieldPath &path, const JsonObject &father, const JsonObject &item, int &externErrCode) JsonNodeAppend() argument [all...] |
/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" }; 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" }; 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);
|
Completed in 3 milliseconds