Searched refs:specificationId (Results 1 – 5 of 5) sorted by relevance
26 …ame(bundleName), moduleName(), abilityName(abilityName), formName(), specificationId(0), orientati… in FormIdKey()34 int specificationId; member39 return specificationId == formIdKey.specificationId52 return specificationId != formIdKey.specificationId65 + std::hash<int>()(specificationId) in hashCode()
128 void SetSpecificationId(const int specificationId);
53 int32_t specificationId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local57 want.SetParam(Constants::PARAM_FORM_DIMENSION_KEY, specificationId); in DoSomethingInterestingWithMyAPI()
75 int specificationId = static_cast<int>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local76 formItemInfo.SetSpecificationId(specificationId); in DoSomethingInterestingWithMyAPI()
308 void FormItemInfo::SetSpecificationId(const int specificationId) in SetSpecificationId() argument310 specificationId_ = specificationId; in SetSpecificationId()