Home
last modified time | relevance | path

Searched defs:classType (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkModifier.js239 constructor(nativePtr, classType) { argument
251 constructor(nativePtr, classType) { argument
261 constructor(nativePtr, classType) { argument
271 constructor(nativePtr, classType) { argument
281 constructor(nativePtr, classType) { argument
291 constructor(nativePtr, classType) { argument
301 constructor(nativePtr, classType) { argument
311 constructor(nativePtr, classType) { argument
321 constructor(nativePtr, classType) { argument
331 constructor(nativePtr, classType) { argument
[all …]
H A DjsMock.js17 constructor(nativePtr, classType) {} argument
H A DarkComponent.js3175 constructor(nativePtr, classType) { argument
5204 constructor(nativePtr, classType) { argument
5367 constructor(nativePtr, classType) { argument
5458 constructor(nativePtr, classType) { argument
5555 constructor(nativePtr, classType) { argument
5648 constructor(nativePtr, classType) { argument
5798 constructor(nativePtr, classType) { argument
5897 constructor(nativePtr, classType) { argument
5917 constructor(nativePtr, classType) { argument
6594 constructor(nativePtr, classType) { argument
[all …]
/ohos5.0/foundation/resourceschedule/memmgr/common/include/
H A Dmemmgr_ptr_util.h23 #define DECLARE_SHARED_POINTER(classType, ptrName) std::shared_ptr<classType> ptrName = nullptr argument
25 #define DECLARE_UNIQUE_POINTER(classType, ptrName) std::unique_ptr<classType> ptrName = nullptr argument
27 #define MAKE_POINTER(ptrSelf, ptrType, classType, errLog, errAction, ...) \ argument
/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/cpp/include/
H A Dpm_smartptr_util.h23 #define MAKE_UNIQUE(ptrSelf, classType, errLog, errAction, ...) \ argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/json/
H A Dtext_field_creator.cpp29 std::string classType = json.GetValue(CLASS_NAME)->GetString(); in CreateFromJson() local
/ohos5.0/base/telephony/cellular_call/services/common/src/
H A Dsupplement_request_ims.cpp82 int32_t slotId, const CallTransferInfo &cfInfo, int32_t classType, int32_t index) in SetCallTransferRequest()
127 …entRequestIms::SetCallWaitingRequest(int32_t slotId, bool activate, int32_t classType, int32_t ind… in SetCallWaitingRequest()
H A Dsupplement_request_cs.cpp137 int32_t SupplementRequestCs::SetCallWaitingRequest(int32_t slotId, bool activate, int32_t classType in SetCallWaitingRequest()
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
H A Dims_service_test.cpp1109 int32_t classType = 1; variable
1126 int32_t classType = 1; variable
/ohos5.0/base/telephony/cellular_call/test/unittest/imstest/
H A Dcellular_call_hisysevent_test.cpp407 int32_t classType = 0; variable
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H A Dims_call.cpp618 int32_t slotId, int32_t reason, int32_t mode, const std::string &transferNum, int32_t classType) in SetCallTransfer()
674 int32_t ImsCall::SetCallWaiting(int32_t slotId, bool activate, int32_t classType) in SetCallWaiting()
H A Dims_call_stub.cpp546 int32_t classType = data.ReadInt32(); in OnSetCallTransfer() local
582 int32_t classType = data.ReadInt32(); in OnSetCallWaiting() local
/ohos5.0/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_client.cpp601 …nt::SetCallTransfer(int32_t slotId, const CallTransferInfo &cfInfo, int32_t classType, int32_t ind… in SetCallTransfer()
652 int32_t ImsCallClient::SetCallWaiting(int32_t slotId, bool activate, int32_t classType, int32_t ind… in SetCallWaiting()
H A Dims_call_proxy.cpp742 …xy::SetCallTransfer(int32_t slotId, const CallTransferInfo &cfInfo, int32_t classType, int32_t ind… in SetCallTransfer()
856 int32_t ImsCallProxy::SetCallWaiting(int32_t slotId, bool activate, int32_t classType, int32_t inde… in SetCallWaiting()
/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dgsm_cb_codec.h197 uint8_t classType = 0; /** The message class */ member
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_policy_parser.cpp291 ClassType classType = GetClassTypeByAdapterType(adapterType); in ConvertAdapterInfoToAudioModuleInfo() local
/ohos5.0/base/telephony/cellular_call/services/common/include/
H A Dcellular_call_data_struct.h315 int32_t classType = 0; member
/ohos5.0/base/telephony/cellular_call/services/utils/src/
H A Dcellular_call_supplement.cpp542 int32_t classType = ObtainServiceCode(mmiData.serviceInfoA); in HandleCallWaiting() local
924 int32_t classType = ServiceClassType::VOICE; in SetCallWaiting() local
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_elf.cpp1003 uint8_t classType = data[EI_CLASS]; in GetElfSize() local
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs2_test.cpp812 int32_t classType = 1; variable
/ohos5.0/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.cpp617 int32_t classType = 1; in SetCallTransfer() local
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp3352 int32_t AudioPolicyService::GetModuleInfo(ClassType classType, std::string &moduleInfoStr) in GetModuleInfo()