Home
last modified time | relevance | path

Searched refs:KEY_ACTION (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dpower_policy_plugin.cpp29 const std::string KEY_ACTION = "action"; variable
134 valueObj[KEY_ACTION] = static_cast<uint32_t>(powerPolicy.GetPowerPolicyAction()); in UpdateSuspendSettingsData()
151 Json::Value actionValue = valueObj[KEY_ACTION]; in SetPowerPolicyObject()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A Dwrapper_decoder.cpp56 constexpr const char *KEY_ACTION = "ACTION="; variable
217 if (i.compare(0, strlen(KEY_ACTION), KEY_ACTION) == 0) { in PushAsciiMessage()
218 if (i.compare(strlen(KEY_ACTION), strlen(VALUE_ADD), VALUE_ADD) == 0) { in PushAsciiMessage()
220 } else if (i.compare(strlen(KEY_ACTION), strlen(VALUE_REMOVE), VALUE_REMOVE) == 0) { in PushAsciiMessage()
222 } else if (i.compare(strlen(KEY_ACTION), strlen(VALUE_CHANGE), VALUE_CHANGE) == 0) { in PushAsciiMessage()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_constants.h38 const char KEY_ACTION[] = "action"; variable
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/
H A Dnapi_app_account_constant.cpp67 SetNamedProperty(env, constants, Constants::KEY_ACTION, "KEY_ACTION"); in Init()
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_authenticator_session.cpp280 newRequest.SetParam(Constants::KEY_ACTION, action_); in OnRequestRedirected()
/ohos5.0/foundation/multimedia/av_session/
H A Dhisysevent.yaml53 KEY_ACTION: {type: INT32, desc: key action}
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-account.md12 |新增|NA|类名:Constants<br>方法or属性:KEY_ACTION = 'action'|@ohos.account.appAccount.d.ts|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-account.md72 | ohos.account.appAccount | Constants | KEY_ACTION = "action" | 新增 |
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-account.md72 | ohos.account.appAccount | Constants | KEY_ACTION = "action" | Added|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-account.md12 |Added|NA|Class name: Constants<br>Method or attribute name: KEY_ACTION = 'action'|@ohos.account.ap…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-appAccount.md4854 | KEY_ACTION | 'action' | 表示键名,操作。 |
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-appAccount.md4854 | KEY_ACTION | 'action' | Operation. |