Home
last modified time | relevance | path

Searched refs:method (Results 1 – 25 of 59) sorted by relevance

123

/base/inputmethod/imf/
DREADME.md5 …is used to connect the application and input method. the application can input text through the in…
16 The input method framework currently has four modules, as follows:
22 …input method framework, including the binding between application and input method service, applic…
24 2. Input method client
28 …e bridge between input method framework service and input method delivery, including monitoring th…
30 3. Input method service
34 Function: as the core of the input method framework, the main processing logic of the input method
36 4. Input method JS interface
44 …the edit attribute control to invoke the default input method application through the input method
46 2. Typing can be carried out through the input method application, and characters can be input to t…
[all …]
/base/security/device_auth/frameworks/inc/lite/
Dipc_dev_auth_stub.h29 IpcServiceCall method; member
39 int32_t SetCallMap(IpcServiceCall method, int32_t methodId);
/base/inputmethod/imf/frameworks/kits/extension/src/
Djs_inputmethod_extension.cpp215 NativeValue *method = obj->GetProperty("onConnect"); in OnConnect() local
216 if (method == nullptr) { in OnConnect()
221 NativeValue *remoteNative = nativeEngine->CallFunction(value, method, argv, ARGC_ONE); in OnConnect()
256 NativeValue *method = obj->GetProperty("onDisconnect"); in OnDisconnect() local
257 if (method == nullptr) { in OnDisconnect()
261 nativeEngine->CallFunction(value, method, argv, ARGC_ONE); in OnDisconnect()
302 NativeValue *method = obj->GetProperty(name); in CallObjectMethod() local
303 if (method == nullptr) { in CallObjectMethod()
308 return nativeEngine.CallFunction(value, method, argv, argc); in CallObjectMethod()
Djs_inputmethod_extension_context.cpp582 NativeValue *method = obj->GetProperty("onDisconnect"); in HandleOnAbilityDisconnectDone() local
583 if (method == nullptr) { in HandleOnAbilityDisconnectDone()
604 engine_.CallFunction(value, method, argv, ARGC_ONE); in HandleOnAbilityDisconnectDone()
626 NativeValue *method = obj->GetProperty("onFailed"); in CallJsFailed() local
627 if (method == nullptr) { in CallJsFailed()
633 engine_.CallFunction(value, method, argv, ARGC_ONE); in CallJsFailed()
/base/web/webview/test/ohos_nweb/
Dnweb_javascript_result_callback_test.cpp23 …std::vector<std::shared_ptr<NWebValue>> args, const std::string &method, const std::string &object… in GetJavaScriptResult() argument
26 TESTLOG_I("GetJavaScriptResult=%{public}s", method.c_str()); in GetJavaScriptResult()
Dnweb_javascript_result_callback_test.h35 const std::string& method,
/base/security/device_auth/frameworks/inc/standard/
Dipc_dev_auth_stub.h25 IpcServiceCall method; member
39 int32_t SetCallMap(IpcServiceCall method, int32_t methodId);
/base/request/request/upload/interfaces/kits/napi/src/
Djs_util.cpp228 return CheckMethod(config.method); in CheckConfig()
239 bool JSUtil::CheckMethod(const std::string &method) in CheckMethod() argument
241 return (method == POST || method == PUT); in CheckMethod()
318 if (!SetOptionalParam(env, jsConfig, "method", config.method)) { in ToUploadOption()
338 napi_value method = GetNamedProperty(env, jsConfig, "method"); in ToUploadConfig() local
339 if (method == nullptr) { in ToUploadConfig()
342 config.method = Convert2String(env, method); in ToUploadConfig()
343 transform(config.method.begin(), config.method.end(), config.method.begin(), ::toupper); in ToUploadConfig()
365 napi_set_named_property(env, jsConfig, "method", Convert2JSString(env, config.method)); in Convert2JSUploadConfig()
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
DResourceConfiguration.java68 String method; field in ResourceConfiguration.ConfigItem
92 return method; in getMethod()
/base/web/webview/ohos_nweb/include/
Dnweb_javascript_result_callback.h33 const std::string &method,
/base/security/device_auth/frameworks/src/standard/
Dipc_dev_auth_stub.cpp68 if ((callMapTable[i].methodId == methodId) && (callMapTable[i].method != nullptr)) { in GetCallMethodByMethodId()
69 return callMapTable[i].method; in GetCallMethodByMethodId()
222 int32_t ServiceDevAuth::SetCallMap(IpcServiceCall method, int32_t methodId) in SetCallMap() argument
254 callMapTable[callMapElemNum].method = method; in SetCallMap()
/base/security/device_auth/frameworks/src/lite/
Dipc_dev_auth_stub.c71 if ((g_callMapTable[i].methodId == methodId) && (g_callMapTable[i].method != NULL)) { in GetCallMethodByMethodId()
72 return g_callMapTable[i].method; in GetCallMethodByMethodId()
233 int32_t SetCallMap(IpcServiceCall method, int32_t methodId) in SetCallMap() argument
264 g_callMapTable[g_callMapElemNum].method = method; in SetCallMap()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
Dwebview_javascript_result_callback.cpp72 const std::string& method, in GetJavaScriptResult() argument
76 method.c_str(), objName.c_str()); in GetJavaScriptResult()
83 if (jsObj.methodMap.find(method) == jsObj.methodMap.end()) { in GetJavaScriptResult()
108 param->callback_ = jsObj.methodMap[method]; in GetJavaScriptResult()
Dwebview_javascript_result_callback.h45 const std::string& method, const std::string& objName) override;
/base/account/os_account/
DREADME.md134 …3421233134612"></a>Queries information about a distributed account. This method uses an asynchrono…
139 …7342133394620"></a>Queries information about a distributed account. This method uses a promise to …
144 …1534263304617"></a>Updates information about a distributed account. This method uses an asynchrono…
149 …0342193384611"></a>Updates information about a distributed account. This method uses a promise to …
489 …3134612"></a><a name="p63421233134612"></a>Activates an OS account. This method uses an asynchrono…
494 …3134612"></a><a name="p63421233134612"></a>Activates an OS account. This method uses a promise to …
499 …42133394620"></a>Checks whether multiple OS accounts are supported. This method uses an asynchrono…
504 …42133394620"></a>Checks whether multiple OS accounts are supported. This method uses a promise to …
509 …ame="p1534263304617"></a>Checks whether an OS account is activated. This method uses an asynchrono…
514 …ame="p1534263304617"></a>Checks whether an OS account is activated. This method uses a promise to …
[all …]
/base/customization/enterprise_device_management/framework/extension/src/
Djs_enterprise_admin_extension.cpp201 NativeValue* method = obj->GetProperty(name); in CallObjectMethod() local
202 if (method == nullptr) { in CallObjectMethod()
207 return nativeEngine.CallFunction(value, method, argv, argc); in CallObjectMethod()
/base/telephony/cellular_data/
DREADME.md74 1. Call the **IsCellularDataEnabled** method in callback or Promise mode to check whether the ce…
75 2. This method works in asynchronous mode. The execution result is returned through the callback.
118 1. Call the **getCellularDataState** method in callback or Promise mode to obtain the cellular d…
119 2. This method works in asynchronous mode. The execution result is returned through the callback.
/base/update/updater/services/package/pkg_package/
Dpkg_zipfile.cpp265 if (fileInfo_.method == Z_DEFLATED) { in Pack()
317 if (fileInfo_.method == Z_DEFLATED) { in EncodeCentralDirEntry()
320 centralDir->compressionMethod = static_cast<uint16_t>(fileInfo_.method); in EncodeCentralDirEntry()
358 header->compressionMethod = static_cast<uint16_t>(fileInfo_.method); in EncodeLocalFileHeader()
433 …fileInfo_.method = static_cast<int32_t>(ReadLE16(buffer.buffer + offsetof(CentralDirEntry, compres… in DecodeCentralDirEntry()
535 fileInfo_.method = static_cast<int32_t>(compressionMethod); in DecodeLocalFileHeader()
537 fileInfo_.method = Z_DEFLATED; in DecodeLocalFileHeader()
641 fileInfo_.method = Z_DEFLATED; in Init()
651 if (info != nullptr && info->method != -1) { in Init()
654 fileInfo_.method = info->method; in Init()
Dpkg_gzipfile.h26 uint8_t method = 0; member
/base/theme/wallpaper_mgr/frameworks/kits/extension/src/
Djs_wallpaper_extension.cpp227 NativeValue* method = obj->GetProperty(name); in CallObjectMethod() local
228 if (method == nullptr) { in CallObjectMethod()
233 return nativeEngine.CallFunction(value, method, argv, argc); in CallObjectMethod()
/base/update/updater/services/package/pkg_algorithm/
Dpkg_algo_deflate.h29 method_ = info.method; in PkgAlgoDeflate()
/base/request/request/upload/frameworks/libs/include/
Dupload_config.h45 std::string method; member
/base/time/time_service/
DREADME.md47 …1104812149"></a>Set the system time (1970-01-01 to the present in milliseconds), Promise method</p>
57 …1104812149"></a><a name="p18761104812149"></a>Set the system time (Date format), Promise method</p>
62 …8761104812149"></a><a name="p18761104812149"></a>Set system time (Date format), callback method</p>
67 …e="p18761104812149"></a><a name="p18761104812149"></a>Set the system time zone, callback method</p>
72 …me="p18761104812149"></a><a name="p18761104812149"></a>Set the system time zone, Promise method</p>
90 …2149"><a name="p18761104812149"></a><a name="p18761104812149"></a>Create timer, callback method</p>
95 …5451011"><a name="p3335145451011"></a><a name="p3335145451011"></a>Create timer, promise method</p>
120 …><a name="p18761104812149"></a><a name="p18761104812149"></a>Destroy the timer, callback method</p>
125 … name="p18761104812149"></a><a name="p18761104812149"></a>Destroy the timer, the promise method</p>
/base/request/request/upload/unitest/src/
Dupload_test.cpp76 uploadConfig->method = "POST";
103 uploadConfig->method = "POST";
131 uploadConfig->method = "PUT";
/base/update/updateservice/interfaces/inner_api/engine/
DBUILD.gn38 "//third_party/bounds_checking_function/include", # secure method

123