Lines Matching refs:NativeapiDeviceInfo
56 if (!NativeapiDeviceInfo::GetProductInfo(result)) {
69 JSI::SetModuleAPI(exports, "getInfo", NativeapiDeviceInfo::GetDeviceInfo);
72 bool NativeapiDeviceInfo::GetAPILevel(JSIValue result)
82 JSIValue NativeapiDeviceInfo::GetDeviceInfo(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum)
87 bool NativeapiDeviceInfo::GetDeviceType(JSIValue result)
97 bool NativeapiDeviceInfo::GetLanguage(JSIValue result)
109 bool NativeapiDeviceInfo::GetProductInfo(JSIValue result)
124 if (!NativeapiDeviceInfo::GetDeviceType(result) ||
125 !NativeapiDeviceInfo::GetLanguage(result) ||
126 !NativeapiDeviceInfo::GetAPILevel(result) ||
127 !NativeapiDeviceInfo::GetRegion(result)) {
143 bool NativeapiDeviceInfo::GetRegion(JSIValue result)