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 D | power_policy_plugin.cpp | 29 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 D | wrapper_decoder.cpp | 56 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 D | app_account_constants.h | 38 const char KEY_ACTION[] = "action"; variable
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
H A D | napi_app_account_constant.cpp | 67 SetNamedProperty(env, constants, Constants::KEY_ACTION, "KEY_ACTION"); in Init()
|
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/ |
H A D | app_account_authenticator_session.cpp | 280 newRequest.SetParam(Constants::KEY_ACTION, action_); in OnRequestRedirected()
|
/ohos5.0/foundation/multimedia/av_session/ |
H A D | hisysevent.yaml | 53 KEY_ACTION: {type: INT32, desc: key action}
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-account.md | 12 |新增|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 D | js-apidiff-account.md | 72 | ohos.account.appAccount | Constants | KEY_ACTION = "action" | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-account.md | 72 | ohos.account.appAccount | Constants | KEY_ACTION = "action" | Added|
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-account.md | 12 |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 D | js-apis-appAccount.md | 4854 | KEY_ACTION | 'action' | 表示键名,操作。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-appAccount.md | 4854 | KEY_ACTION | 'action' | Operation. |
|