Home
last modified time | relevance | path

Searched defs:options (Results 1 – 25 of 822) sorted by relevance

12345678910>>...33

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_menu_test.cpp47 SelectionOptions options; variable
85 SelectionOptions options; variable
123 SelectionOptions options; variable
161 SelectionOptions options; variable
199 SelectionOptions options; variable
237 SelectionOptions options; variable
276 SelectionOptions options; variable
315 SelectionOptions options; variable
354 SelectionOptions options; variable
393 SelectionOptions options; variable
[all …]
H A Dtext_area_menu_test.cpp228 SelectionOptions options; variable
258 SelectionOptions options; variable
297 SelectionOptions options; variable
336 SelectionOptions options; variable
380 SelectionOptions options; variable
462 SelectionOptions options; variable
500 SelectionOptions options; variable
547 SelectionOptions options; variable
594 SelectionOptions options; variable
633 SelectionOptions options; variable
[all …]
/ohos5.0/foundation/ability/idl_tool/test/unittest/cacheable_test/
H A Dcacheable_test.cpp68 Options options(parameters.argc_, parameters.argv_); variable
92 Options options(parameters.argc_, parameters.argv_); variable
116 Options options(parameters.argc_, parameters.argv_); variable
140 Options options(parameters.argc_, parameters.argv_); variable
164 Options options(parameters.argc_, parameters.argv_); variable
188 Options options(parameters.argc_, parameters.argv_); variable
212 Options options(parameters.argc_, parameters.argv_); variable
236 Options options(parameters.argc_, parameters.argv_); variable
260 Options options(parameters.argc_, parameters.argv_); variable
284 Options options(parameters.argc_, parameters.argv_); variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ndk/
H A Dimage_packer_native.cpp130 Image_ErrorCode OH_PackingOptions_Create(OH_PackingOptions **options) in OH_PackingOptions_Create()
140 Image_ErrorCode OH_PackingOptions_GetMimeType(OH_PackingOptions *options, in OH_PackingOptions_GetMimeType()
167 Image_ErrorCode OH_PackingOptions_SetMimeType(OH_PackingOptions *options, in OH_PackingOptions_SetMimeType()
192 Image_ErrorCode OH_PackingOptions_GetQuality(OH_PackingOptions *options, uint32_t *quality) in OH_PackingOptions_GetQuality()
202 Image_ErrorCode OH_PackingOptions_SetQuality(OH_PackingOptions *options, uint32_t quality) in OH_PackingOptions_SetQuality()
252 Image_ErrorCode OH_PackingOptions_SetLoop(OH_PackingOptions *options, uint16_t loop) in OH_PackingOptions_SetLoop()
262 Image_ErrorCode OH_PackingOptions_GetLoop(OH_PackingOptions *options, uint16_t* loop) in OH_PackingOptions_GetLoop()
320 Image_ErrorCode OH_PackingOptions_Release(OH_PackingOptions *options) in OH_PackingOptions_Release()
400 OH_PackingOptions *options, OH_ImageSourceNative *imageSource, int32_t fd) in OH_ImagePackerNative_PackToFileFromImageSource()
416 OH_PackingOptions *options, OH_PixelmapNative *pixelmap, int32_t fd) in OH_ImagePackerNative_PackToFileFromPixelmap()
[all …]
H A Dimage_source_native.cpp91 Image_ErrorCode OH_DecodingOptions_Create(OH_DecodingOptions **options) in OH_DecodingOptions_Create()
101 Image_ErrorCode OH_DecodingOptions_GetPixelFormat(OH_DecodingOptions *options, in OH_DecodingOptions_GetPixelFormat()
112 Image_ErrorCode OH_DecodingOptions_SetPixelFormat(OH_DecodingOptions *options, in OH_DecodingOptions_SetPixelFormat()
163 Image_ErrorCode OH_DecodingOptions_GetDesiredSize(OH_DecodingOptions *options, in OH_DecodingOptions_GetDesiredSize()
175 Image_ErrorCode OH_DecodingOptions_SetDesiredSize(OH_DecodingOptions *options, in OH_DecodingOptions_SetDesiredSize()
187 Image_ErrorCode OH_DecodingOptions_GetDesiredRegion(OH_DecodingOptions *options, in OH_DecodingOptions_GetDesiredRegion()
237 Image_ErrorCode OH_DecodingOptions_Release(OH_DecodingOptions *options) in OH_DecodingOptions_Release()
349 SourceOptions options; in OH_ImageSourceNative_CreateFromUri() local
371 SourceOptions options; in OH_ImageSourceNative_CreateFromFd() local
391 SourceOptions options; in OH_ImageSourceNative_CreateFromData() local
[all …]
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test.cpp623 map<string, string> options; variable
686 map<string, string> options; variable
726 map<string, string> options; variable
785 map<string, string> options; variable
826 map<string, string> options; variable
857 map<string, string> options; variable
886 map<string, string> options; variable
1001 map<string, string> options; variable
1051 map<string, string> options; variable
1666 map<string, string> options; variable
[all …]
/ohos5.0/build/scripts/
H A Dhapbuilder.py26 def sign_hap(options, unsigned_hap_path: str, signed_hap_path: str): argument
63 def add_assets(options, package_dir: str, packing_cmd: list): argument
101 def get_ark_toolchain_version(options): argument
106 def tweak_hap_profile(options, package_dir: str): argument
125 def create_hap(options, signed_hap: str): argument
H A Dcompile_app.py57 def make_env(build_profile: str, cwd: str, ohpm_registry: str, options): argument
97 def gen_unsigned_hap_path_json(build_profile: str, cwd: str, options): argument
176 def build_hvigor_cmd(cwd: str, model_version: str, options): argument
217 def set_sdk_path(cwd: str, model_version: str, options, env): argument
224 def write_local_properties(cwd: str, options): argument
234 def write_env_sdk(options, env): argument
248 def hvigor_build(cwd: str, options): argument
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dform_extension_test.cpp80 AbilityRuntime::Runtime::Options options; variable
106 AbilityRuntime::Runtime::Options options; variable
126 AbilityRuntime::Runtime::Options options; variable
147 AbilityRuntime::Runtime::Options options; variable
163 AbilityRuntime::Runtime::Options options; variable
180 AbilityRuntime::Runtime::Options options; variable
197 AbilityRuntime::Runtime::Options options; variable
215 AbilityRuntime::Runtime::Options options; variable
233 AbilityRuntime::Runtime::Options options; variable
250 AbilityRuntime::Runtime::Options options; variable
[all …]
H A Dability_runtime_test.cpp59 Runtime::Options options; variable
75 Runtime::Options options; variable
93 Runtime::Options options; variable
109 Runtime::Options options; variable
125 Runtime::Options options; variable
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethod_extension_context/
H A Dinputmethod_extension_context.js24 startAbility(want, options, callback) { argument
28 connectAbility(want, options) { argument
32 connectServiceExtensionAbility(want, options) { argument
37 startAbilityWithAccount(want, accountId, options, callback) { argument
41 connectAbilityWithAccount(want, accountId, options) { argument
45 disconnectServiceExtensionAbility(want, options) { argument
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Dmock_app_account_authenticator_stub.cpp23 const AAFwk::WantParams &options, const sptr<IRemoteObject> &callback) in AddAccountImplicitly()
31 const AAFwk::WantParams &options, const sptr<IRemoteObject> &callback) in Authenticate()
38 …const std::string &name, const VerifyCredentialOptions &options, const sptr<IRemoteObject> &callba… in VerifyCredential()
52 const SetPropertiesOptions &options, const sptr<IRemoteObject> &callback) in SetProperties()
65 const CreateAccountImplicitlyOptions &options, const sptr<IRemoteObject> &callback) in CreateAccountImplicitly()
72 const AAFwk::WantParams &options, const sptr<IRemoteObject> &callback) in Auth()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/test/unittest/
H A Dzip_test.cpp77 OPTIONS options; variable
94 OPTIONS options; variable
111 OPTIONS options; variable
127 OPTIONS options; variable
143 OPTIONS options; variable
159 OPTIONS options; variable
178 OPTIONS options; variable
198 OPTIONS options; variable
217 OPTIONS options; variable
239 OPTIONS options; variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_gpu_context_test.cpp66 GrMockOptions options; variable
83 GrMockOptions options; variable
128 GrMockOptions options; variable
158 GrMockOptions options; variable
176 GrMockOptions options; variable
219 GrMockOptions options; variable
/ohos5.0/foundation/resourceschedule/background_task_mgr/test/systemtest/
H A Dbgtask_dump_test.cpp74 std::vector<std::string> options; variable
90 std::vector<std::string> options; variable
106 std::vector<std::string> options; variable
123 std::vector<std::string> options; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_receiver_native_test.cpp40 OH_ImageReceiverOptions* options = nullptr; in CreateReceiver() local
77 OH_ImageReceiverOptions* options = nullptr; variable
94 OH_ImageReceiverOptions* options = nullptr; variable
112 OH_ImageReceiverOptions* options = nullptr; variable
135 OH_ImageReceiverOptions* options = nullptr; variable
164 OH_ImageReceiverOptions* options = nullptr; variable
184 OH_ImageReceiverOptions* options = nullptr; variable
364 OH_ImageReceiverOptions** options = nullptr; variable
389 OH_ImageReceiverOptions* options = nullptr; variable
/ohos5.0/base/theme/wallpaper_mgr/frameworks/js/napi/wallpaper_extension_context/
H A Dwallpaper_extension_context.js24 startAbility(want, options, callback) { argument
29 connectAbility(want, options) { argument
34 startAbilityWithAccount(want, accountId, options, callback) { argument
39 connectAbilityWithAccount(want, accountId, options) { argument
/ohos5.0/base/startup/init/services/etc/appender/
H A Dfile_appender.py77 def append_group_by_lines(options, source_dict): argument
92 def append_group_by_files(options, source_dict): argument
98 def append_group_files(target_f, options): argument
109 def append_passwd_files(target_f, options): argument
/ohos5.0/base/print/print_fwk/interfaces/kits/jsnapi/print_extensionctx/
H A Dprint_extension_context.js24 connectAbility(want, options) { argument
29 startAbility(want, options, callback) { argument
34 connectAbilityWithAccount(want, accountId, options) { argument
39 startAbilityWithAccount(want, accountId, options, callback) { argument
/ohos5.0/foundation/filemanagement/file_api/interfaces/test/unittest/napi_test/
H A DFsCopyTest.js369 let options = { class in AnonymousFunctionc4edabe10100.AnonymousFunctionc4edabe11000
417 let options = { class in AnonymousFunctionc4edabe10100.AnonymousFunctionc4edabe11200
460 let options = { class in AnonymousFunctionc4edabe10100.AnonymousFunctionc4edabe11400
506 let options = { class in AnonymousFunctionc4edabe10100.AnonymousFunctionc4edabe11600
652 let options = { class in AnonymousFunctionc4edabe10100.AnonymousFunctionc4edabe11b00
724 let options = { class in AnonymousFunctionc4edabe10100.AnonymousFunctionc4edabe11e00
768 let options = { class in AnonymousFunctionc4edabe10100.AnonymousFunctionc4edabe11f00
844 let options = { class in AnonymousFunctionc4edabe10100.AnonymousFunctionc4edabe12100
881 let options = { class in AnonymousFunctionc4edabe10100.AnonymousFunctionc4edabe12200
1089 let options = { class in AnonymousFunctionc4edabe10100.AnonymousFunctionc4edabe12900
/ohos5.0/foundation/ability/idl_tool/
H A Dmain.cpp29 static int DoOptionsCheck(Options& options) in DoOptionsCheck()
55 static int DoCompile(Options& options, std::shared_ptr<MetaComponent>& metadata) in DoCompile()
96 static int DoGenerage(const Options& options, std::shared_ptr<MetaComponent>& metadata) in DoGenerage()
120 Options options(argc, argv); in main() local
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/ui_extension_context/
H A Dui_extension_context.js32 startAbility(want, options, callback) { argument
50 openLink(link, options, callback) { argument
60 startAbilityForResult(want, options, callback) { argument
65 startAbilityForResultAsCaller(want, options, callback) { argument
75 connectServiceExtensionAbility(want, options) { argument
87 openAtomicService(appId, options, callback) { argument
/ohos5.0/foundation/ability/ability_runtime/test/unittest/runtime_test/
H A Djs_runtime_test.cpp738 AbilityRuntime::Runtime::Options options; variable
760 AbilityRuntime::Runtime::Options options; variable
788 AbilityRuntime::Runtime::Options options; variable
809 AbilityRuntime::Runtime::Options options; variable
830 AbilityRuntime::Runtime::Options options; variable
855 AbilityRuntime::Runtime::Options options; variable
876 AbilityRuntime::Runtime::Options options; variable
900 AbilityRuntime::Runtime::Options options; variable
924 AbilityRuntime::Runtime::Options options; variable
945 AbilityRuntime::Runtime::Options options; variable
[all …]
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/measure/
H A Dmeasure.js22 static measureText(options) { argument
26 static measureTextSize(options) { argument
/ohos5.0/base/time/time_service/test/unittest/js_test/permission/
H A DSystemTimerNormal.test.js24 async function createTimerCallback(options ,done){ argument
35 async function createTimerPromise(options, done){ argument

12345678910>>...33