Lines Matching defs:version
148 void* OH_ArkUI_QueryModuleInterface(ArkUI_NativeAPIVariantKind type, int32_t version)
152 "fail to get %{public}d node api family of %{public}d version, impl library is not found", type, version);
157 switch (version) {
163 "fail to get basic node api family, version is incorrect: %{public}d", version);
170 switch (version) {
176 "fail to get dialog api family, version is incorrect: %{public}d", version);
182 switch (version) {
188 "fail to get gesture api family, version is incorrect: %{public}d", version);
196 "fail to get %{public}d node api family, version is incorrect: %{public}d", type, version);
202 void* OH_ArkUI_GetNativeAPI(ArkUI_NativeAPIVariantKind type, int32_t version)
204 return OH_ArkUI_QueryModuleInterface(type, version);