Home
last modified time | relevance | path

Searched refs:in (Results 1 - 25 of 235) sorted by relevance

12345678910

/applications/standard/calendardata/calendarmanager/napi/src/
H A Dnapi_util.cpp4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
30 napi_status GetValue(napi_env env, napi_value in, napi_value& out) in GetValue() argument
32 out = in; in GetValue()
36 napi_status SetValue(napi_env env, napi_value in, napi_value& out) in SetValue() argument
38 out = in; in SetValue()
43 napi_status GetValue(napi_env env, napi_value in, bool& out) in GetValue() argument
45 return napi_get_value_bool(env, in, &out); in GetValue()
48 napi_status SetValue(napi_env env, const bool& in, napi_value& out) in SetValue() argument
50 return napi_get_boolean(env, in, in SetValue()
54 GetValue(napi_env env, napi_value in, int32_t& out) GetValue() argument
59 SetValue(napi_env env, const int32_t& in, napi_value& out) SetValue() argument
65 GetValue(napi_env env, napi_value in, uint32_t& out) GetValue() argument
70 SetValue(napi_env env, const uint32_t& in, napi_value& out) SetValue() argument
76 GetValue(napi_env env, napi_value in, int64_t& out) GetValue() argument
81 SetValue(napi_env env, const int64_t& in, napi_value& out) SetValue() argument
86 GetValue(napi_env env, napi_value in, uint64_t& out) GetValue() argument
92 SetValue(napi_env env, const uint64_t& in, napi_value& out) SetValue() argument
98 GetValue(napi_env env, napi_value in, double& out) GetValue() argument
103 SetValue(napi_env env, const double& in, napi_value& out) SetValue() argument
109 GetValue(napi_env env, napi_value in, std::string& out) GetValue() argument
136 SetValue(napi_env env, const std::string& in, napi_value& out) SetValue() argument
142 GetValue(napi_env env, napi_value in, std::vector<std::string>& out) GetValue() argument
148 SetValue(napi_env env, const std::vector<std::string>& in, napi_value& out) SetValue() argument
164 GetValue(napi_env env, napi_value in, std::vector<uint8_t>& out) GetValue() argument
182 SetValue(napi_env env, const std::vector<uint8_t>& in, napi_value& out) SetValue() argument
201 GetValue(napi_env env, napi_value in, std::vector<int32_t>& out) GetValue() argument
207 SetValue(napi_env env, const std::vector<int32_t>& in, napi_value& out) SetValue() argument
214 GetValue(napi_env env, napi_value in, std::vector<uint32_t>& out) GetValue() argument
220 SetValue(napi_env env, const std::vector<uint32_t>& in, napi_value& out) SetValue() argument
240 GetValue(napi_env env, napi_value in, std::vector<int64_t>& out) GetValue() argument
246 SetValue(napi_env env, const std::vector<int64_t>& in, napi_value& out) SetValue() argument
267 GetValue(napi_env env, napi_value in, CalendarAccount& out) GetValue() argument
278 SetValue(napi_env env, const CalendarAccount& in, napi_value& out) SetValue() argument
303 GetValue(napi_env env, napi_value in, CalendarConfig& out) GetValue() argument
342 SetValue(napi_env env, const CalendarConfig& in, napi_value& out) SetValue() argument
375 GetValue(napi_env env, napi_value in, Location& out) GetValue() argument
384 SetValue(napi_env env, const Location& in, napi_value& out) SetValue() argument
412 GetValue(napi_env env, napi_value in, RecurrenceRule& out) GetValue() argument
431 SetValue(napi_env env, const RecurrenceRule& in, napi_value& out) SetValue() argument
452 GetValue(napi_env env, napi_value in, Attendee& out) GetValue() argument
471 SetValue(napi_env env, const Attendee& in, napi_value& out) SetValue() argument
502 GetValue(napi_env env, napi_value in, std::vector<Attendee>& out) GetValue() argument
508 SetValue(napi_env env, const std::vector<Attendee>& in, napi_value& out) SetValue() argument
514 GetValue(napi_env env, napi_value in, EventService& out) GetValue() argument
522 SetValue(napi_env env, const EventService& in, napi_value& out) SetValue() argument
551 GetValue(napi_env env, napi_value in, EventFilterNapi*& out) GetValue() argument
557 SetValue(napi_env env, const EventFilterNapi& in, napi_value& out) SetValue() argument
564 GetValue(napi_env env, napi_value in, EventType& out) GetValue() argument
570 SetValue(napi_env env, const EventType& in, napi_value& out) SetValue() argument
577 GetValue(napi_env env, napi_value in, Event& out) GetValue() argument
603 SetValue(napi_env env, const Event& in, napi_value& out) SetValue() argument
640 GetValue(napi_env env, napi_value in, std::vector<Event>& out) GetValue() argument
646 SetValue(napi_env env, const std::vector<Event>& in, napi_value& out) SetValue() argument
711 Unwrap(napi_env env, napi_value in, void** out, napi_value constructor) Unwrap() argument
[all...]
/applications/standard/calendardata/calendarmanager/napi/include/
H A Dnapi_util.h4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
27 napi_status GetValue(napi_env env, napi_value in, napi_value& out);
28 napi_status SetValue(napi_env env, napi_value in, napi_value& out);
30 napi_status GetValue(napi_env env, napi_value in, bool& out);
31 napi_status SetValue(napi_env env, const bool& in, napi_value& out);
34 napi_status GetValue(napi_env env, napi_value in, int32_t& out);
35 napi_status SetValue(napi_env env, const int32_t& in, napi_value& out);
38 napi_status GetValue(napi_env env, napi_value in, uint32_t& out);
39 napi_status SetValue(napi_env env, const uint32_t& in, napi_valu
127 GetNamedProperty(napi_env env, napi_value in, const std::string& prop, T& value) GetNamedProperty() argument
168 GetNamedPropertyOptional(napi_env env, napi_value in, const std::string& prop, std::optional<T>& out) GetNamedPropertyOptional() argument
193 SetValueArray(napi_env env, const std::vector<T>& in, napi_value& out) SetValueArray() argument
213 GetValueArray(napi_env env, napi_value in, std::vector<T>& out) GetValueArray() argument
[all...]
/applications/standard/app_samples/code/BasicFeature/ApplicationModels/AbilityStartMode/
H A Dhvigorw.bat3 :: you may not use this file except in compliance with the License.
8 :: Unless required by applicable law or agreed to in writing, software
30 @rem Resolve any "." and ".." in APP_HOME to make it shorter.
31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
48 echo Please set the NODE_HOME variable in your environment to match the
59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
61 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/Connectivity/RPC/
H A Dhvigorw.bat3 :: you may not use this file except in compliance with the License.
8 :: Unless required by applicable law or agreed to in writing, software
30 @rem Resolve any "." and ".." in APP_HOME to make it shorter.
31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
48 echo Please set the NODE_HOME variable in your environment to match the
59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
61 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/Connectivity/Socket/
H A Dhvigorw.bat3 :: you may not use this file except in compliance with the License.
8 :: Unless required by applicable law or agreed to in writing, software
30 @rem Resolve any "." and ".." in APP_HOME to make it shorter.
31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
48 echo Please set the NODE_HOME variable in your environment to match the
59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
61 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/DFX/DotTest/
H A Dhvigorw.bat3 :: you may not use this file except in compliance with the License.
8 :: Unless required by applicable law or agreed to in writing, software
30 @rem Resolve any "." and ".." in APP_HOME to make it shorter.
31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
48 echo Please set the NODE_HOME variable in your environment to match the
59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
61 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/DFX/FaultLogger/
H A Dhvigorw.bat3 :: you may not use this file except in compliance with the License.
8 :: Unless required by applicable law or agreed to in writing, software
30 @rem Resolve any "." and ".." in APP_HOME to make it shorter.
31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
48 echo Please set the NODE_HOME variable in your environment to match the
59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
61 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Location/
H A Dhvigorw.bat3 :: you may not use this file except in compliance with the License.
8 :: Unless required by applicable law or agreed to in writing, software
30 @rem Resolve any "." and ".." in APP_HOME to make it shorter.
31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
48 echo Please set the NODE_HOME variable in your environment to match the
59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
61 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/ScreenDetector/
H A Dhvigorw.bat3 :: you may not use this file except in compliance with the License.
8 :: Unless required by applicable law or agreed to in writing, software
30 @rem Resolve any "." and ".." in APP_HOME to make it shorter.
31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
48 echo Please set the NODE_HOME variable in your environment to match the
59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
61 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Vibrator/BasicVibration/
H A Dhvigorw.bat3 :: you may not use this file except in compliance with the License.
8 :: Unless required by applicable law or agreed to in writing, software
30 @rem Resolve any "." and ".." in APP_HOME to make it shorter.
31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
48 echo Please set the NODE_HOME variable in your environment to match the
59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
61 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/FileManagement/FileBackupExtension/
H A Dhvigorw.bat3 :: you may not use this file except in compliance with the License.
8 :: Unless required by applicable law or agreed to in writing, software
31 @rem Resolve any "." and ".." in APP_HOME to make it shorter.
32 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
47 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
49 echo Please set the NODE_HOME variable in your environment to match the
60 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
62 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/Connectivity/Bluetooth/
H A Dhvigorw.bat3 :: you may not use this file except in compliance with the License.
8 :: Unless required by applicable law or agreed to in writing, software
30 @rem Resolve any "." and ".." in APP_HOME to make it shorter.
31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
48 echo Please set the NODE_HOME variable in your environment to match the
59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
61 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/Connectivity/Http/
H A Dhvigorw.bat3 :: you may not use this file except in compliance with the License.
8 :: Unless required by applicable law or agreed to in writing, software
30 @rem Resolve any "." and ".." in APP_HOME to make it shorter.
31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
48 echo Please set the NODE_HOME variable in your environment to match the
59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
61 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/Connectivity/StageSocket/
H A Dhvigorw.bat3 :: you may not use this file except in compliance with the License.
8 :: Unless required by applicable law or agreed to in writing, software
30 @rem Resolve any "." and ".." in APP_HOME to make it shorter.
31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
48 echo Please set the NODE_HOME variable in your environment to match the
59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
61 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/Connectivity/UploadAndDownLoad/
H A Dhvigorw.bat3 :: you may not use this file except in compliance with the License.
8 :: Unless required by applicable law or agreed to in writing, software
30 @rem Resolve any "." and ".." in APP_HOME to make it shorter.
31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
48 echo Please set the NODE_HOME variable in your environment to match the
59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
61 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/Connectivity/VPN/
H A Dhvigorw.bat3 :: you may not use this file except in compliance with the License.
8 :: Unless required by applicable law or agreed to in writing, software
30 @rem Resolve any "." and ".." in APP_HOME to make it shorter.
31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
48 echo Please set the NODE_HOME variable in your environment to match the
59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
61 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/Connectivity/WebSocket/
H A Dhvigorw.bat3 :: you may not use this file except in compliance with the License.
8 :: Unless required by applicable law or agreed to in writing, software
30 @rem Resolve any "." and ".." in APP_HOME to make it shorter.
31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
48 echo Please set the NODE_HOME variable in your environment to match the
59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
61 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/DFX/AppRecovery/
H A Dhvigorw.bat3 :: you may not use this file except in compliance with the License.
8 :: Unless required by applicable law or agreed to in writing, software
31 @rem Resolve any "." and ".." in APP_HOME to make it shorter.
32 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
47 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
49 echo Please set the NODE_HOME variable in your environment to match the
60 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
62 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/DFX/Debug/
H A Dhvigorw.bat3 :: you may not use this file except in compliance with the License.
8 :: Unless required by applicable law or agreed to in writing, software
30 @rem Resolve any "." and ".." in APP_HOME to make it shorter.
31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
48 echo Please set the NODE_HOME variable in your environment to match the
59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
61 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/DFX/Logger/
H A Dhvigorw.bat3 :: you may not use this file except in compliance with the License.
8 :: Unless required by applicable law or agreed to in writing, software
30 @rem Resolve any "." and ".." in APP_HOME to make it shorter.
31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
48 echo Please set the NODE_HOME variable in your environment to match the
59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
61 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/DataManagement/Preferences/
H A Dhvigorw.bat3 :: you may not use this file except in compliance with the License.
8 :: Unless required by applicable law or agreed to in writing, software
30 @rem Resolve any "." and ".." in APP_HOME to make it shorter.
31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
48 echo Please set the NODE_HOME variable in your environment to match the
59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
61 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/DeviceManagementCollection/
H A Dhvigorw.bat3 :: you may not use this file except in compliance with the License.
8 :: Unless required by applicable law or agreed to in writing, software
30 @rem Resolve any "." and ".." in APP_HOME to make it shorter.
31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
48 echo Please set the NODE_HOME variable in your environment to match the
59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
61 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Location/position/
H A Dhvigorw.bat3 :: you may not use this file except in compliance with the License.
8 :: Unless required by applicable law or agreed to in writing, software
30 @rem Resolve any "." and ".." in APP_HOME to make it shorter.
31 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
46 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
48 echo Please set the NODE_HOME variable in your environment to match the
59 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
61 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Vibrator/CustomHaptic/
H A Dhvigorw.bat4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
31 @rem Resolve any "." and ".." in APP_HOME to make it shorter.
32 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
47 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
49 echo Please set the NODE_HOME variable in your environment to match the
60 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
62 echo Please set the NODE_HOME variable in your environment to match the
/applications/standard/app_samples/code/BasicFeature/FileManagement/FileShare/SandboxShare/
H A Dhvigorw.bat3 :: you may not use this file except in compliance with the License.
8 :: Unless required by applicable law or agreed to in writing, software
31 @rem Resolve any "." and ".." in APP_HOME to make it shorter.
32 for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
47 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
49 echo Please set the NODE_HOME variable in your environment to match the
60 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
62 echo Please set the NODE_HOME variable in your environment to match the

Completed in 7 milliseconds

12345678910