Searched refs:myArray (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributedhardware/device_manager/test/commonunittest/ |
H A D | UTTest_discovery_filter.cpp | 67 std::vector<int> myArray; variable 68 jsonObject[FILTERS_KEY] = myArray; 78 int myArray[5] = {1, 2, 3, 4, 5}; variable 79 jsonObject[FILTERS_KEY] = myArray; 89 int myArray[5] = {1, 2, 3, 4, 5}; variable 90 jsonObject[FILTERS_KEY] = myArray; 101 int myArray[5] = {1, 2, 3, 4, 5}; variable 102 jsonObject[FILTERS_KEY] = myArray; 116 myArray.push_back(object); 132 myArray.push_back(object); [all …]
|
H A D | UTTest_dm_discovery_filter.cpp | 92 std::vector<int> myArray; variable 93 jsonObject[FILTERS_KEY] = myArray; 109 int myArray[5] = {1, 2, 3, 4, 5}; variable 110 jsonObject[FILTERS_KEY] = myArray; 126 int myArray[5] = {1, 2, 3, 4, 5}; variable 127 jsonObject[FILTERS_KEY] = myArray; 144 int myArray[5] = {1, 2, 3, 4, 5}; variable 145 jsonObject[FILTERS_KEY] = myArray; 165 myArray.push_back(object); 187 myArray.push_back(object); [all …]
|
/ohos5.0/docs/zh-cn/application-dev/quick-start/ |
H A D | typescript-to-arkts-migration-guide.md | 530 const myArray: StringArray = getStringArray(); 531 const secondItem = myArray[1]; 541 let myArray: X = new X(); 542 const secondItem = myArray.f[1];
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | typescript-to-arkts-migration-guide.md | 606 const myArray: StringArray = getStringArray() 607 const secondItem = myArray[1] 617 let myArray: X = new X() 618 const secondItem = myArray.f[1]
|