Home
last modified time | relevance | path

Searched defs:DAHelperGetTypeCB (Results 1 – 2 of 2) sorted by relevance

/foundation/ability/ability_runtime/frameworks/js/napi/inner/napi_common/
Djs_feature_ability_common.h122 struct DAHelperGetTypeCB { struct
123 CBBase cbBase;
124 DataAbilityHelper *dataAbilityHelper = nullptr;
125 std::string uri;
126 std::string result = "";
127 int execResult;
Dfeature_ability_common.h233 struct DAHelperGetTypeCB { struct
234 CBBase cbBase;
235 std::shared_ptr<DataAbilityHelper> dataAbilityHelper;
236 std::string uri;
237 std::string result = "";
238 int execResult;