Searched refs:temp (Results 1 - 8 of 8) sorted by relevance
/applications/sample/camera/communication/wpa_cli/src/ |
H A D | wpa_cli_sample.c | 154 int temp = 0; in TestNetworkConfig() local 155 temp = sprintf_s(cmd, sizeof(cmd), "SET_NETWORK %.*s ssid \"example\"", networkIdLen, networkId); in TestNetworkConfig() 156 if (temp != 0) { in TestNetworkConfig() 157 printf("result is %d\n", temp); in TestNetworkConfig() 161 temp = sprintf_s(cmd, sizeof(cmd), "SET_NETWORK %.*s psk \"012345678\"", networkIdLen, networkId); in TestNetworkConfig() 162 if (temp != 0) { in TestNetworkConfig() 163 printf("result is %d\n", temp); in TestNetworkConfig() 167 temp = sprintf_s(cmd, sizeof(cmd), "ENABLE_NETWORK %.*s", networkIdLen, networkId); in TestNetworkConfig() 168 if (temp != 0) { in TestNetworkConfig() 169 printf("result is %d\n", temp); in TestNetworkConfig() [all...] |
/applications/sample/camera/cameraApp/cameraApp/src/main/cpp/ |
H A D | camera_ability_slice.h | 93 int temp = 0; in UpdateTimeLabel() local 94 temp = sprintf_s(buff, sizeof(buff), "%02d : %02d", ss / 60, ss % 60); /* 60=1s */ in UpdateTimeLabel() 95 if (temp != 0) { in UpdateTimeLabel() 96 printf("result is %d\n", temp); in UpdateTimeLabel()
|
H A D | camera_manager.cpp | 78 char* temp = psrc + startpos; in SampleDealThumb() local 87 (void)memcpy_s(cDstBuf, endpos - startpos, temp, endpos - startpos); in SampleDealThumb()
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkOpenGL/entry/src/main/cpp/ |
H A D | napi_util.cpp | 34 napi_value temp; in SetNapiCallBool() local 36 napi_create_int32(env, value == true ? 1 : 0, &temp); in SetNapiCallBool() 37 napi_coerce_to_bool(env, temp, &result); in SetNapiCallBool()
|
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/ |
H A D | napi_util.cpp | 34 napi_value temp; in SetNapiCallBool() local 36 napi_create_int32(env, value == true ? 1 : 0, &temp); in SetNapiCallBool() 37 napi_coerce_to_bool(env, temp, &result); in SetNapiCallBool()
|
/applications/standard/contacts_data/ability/sinicization/src/ |
H A D | character_transliterate.cpp | 2076 std::vector<std::wstring> temp; in GetCombinedVector() local 2077 temp.push_back(tempString); in GetCombinedVector() 2078 tempVector.push_back(temp); in GetCombinedVector()
|
/applications/standard/app_samples/code/BasicFeature/Native/NdkRenderNodeDrawing/entry/src/main/cpp/ |
H A D | native_bridge.cpp | 270 void *temp = nullptr; in OnDraw() local 271 napi_unwrap(env, args[1], &temp); in OnDraw() 273 OH_Drawing_Canvas *canvas = reinterpret_cast<OH_Drawing_Canvas *>(temp); in OnDraw()
|
/applications/standard/contacts_data/dataBusiness/contacts/src/ |
H A D | contacts_database.cpp | 204 double temp = 0; in GetContactByValue() local 205 value.GetDouble(temp); in GetContactByValue() 206 contactValue = ceil(temp); in GetContactByValue()
|
Completed in 8 milliseconds