Searched defs:hapResource (Results 1 – 4 of 4) sorted by relevance
55 std::shared_ptr<HapResource> hapResource = hapResourceMap_[path].lock(); in PutPatchResource() local
35 HapResource *hapResource) : hapResource_(hapResource) in ValueUnderQualifierDir()
318 HapResource *hapResource = new HapResource("/data/test/non_exist", 0, nullptr, nullptr); variable
277 auto hapResource = std::make_shared<HapResource>("/data/test/non_exist", 0, nullptr); variable