Searched full:operate_type (Results 1 – 3 of 3) sorted by relevance
/base/account/os_account/ |
D | hisysevent.yaml | 30 OPERATE_TYPE: {type: STRING, desc: operation type on an os account} 37 OPERATE_TYPE: {type: STRING, desc: operation type on a distributed account} 45 OPERATE_TYPE: {type: STRING, desc: operation type on an app account} 52 OPERATE_TYPE: {type: STRING, desc: operation type on an os account create or delete}
|
/base/customization/enterprise_device_management/common/native/include/ |
D | func_code.h | 55 #define CREATE_FUNC_CODE(FLAG, OPERATE_TYPE, POLICY) (((FLAG) << 20) | ((OPERATE_TYPE) << 16) | (PO… argument 56 #define POLICY_FUNC_CODE(OPERATE_TYPE, POLICY) CREATE_FUNC_CODE(1, OPERATE_TYPE, POLICY) argument
|
/base/account/os_account/dfx/hisysevent_adapter/ |
D | hisysevent_adapter.cpp | 70 "OPERATE_TYPE", operationStr, in ReportOsAccountOperationFail() 92 "OPERATE_TYPE", operationStr, in ReportOhosAccountOperationFail() 115 "OPERATE_TYPE", operationStr, in ReportAppAccountOperationFail() 139 "OPERATE_TYPE", operationStr); in ReportOsAccountLifeCycle()
|