Home
last modified time | relevance | path

Searched refs:CArrAppAccountInfo (Results 1 - 7 of 7) sorted by relevance

/base/account/os_account/frameworks/appaccount/cj/include/
H A Dappaccount_impl.h58 int32_t on(std::string type, CArrString owners, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo));
59 int32_t off(std::string type, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo));
84 std::vector<AppAccountInfo> Convert2VecAppAccountInfo(const CArrAppAccountInfo &in);
85 CArrAppAccountInfo Convert2CArrAppAccountInfo(const std::vector<AppAccountInfo> &in);
86 CArrAppAccountInfo Convert2CArrAppAccountInfo(
94 std::vector<std::pair<std::string, std::string>> Convert2VecAppAccountInfo(CArrAppAccountInfo &in);
98 const std::function<void(CArrAppAccountInfo)> *f1, const std::function<void(CArrAppAccountInfo)> *f2);
H A Dappaccount_defination.h45 } CArrAppAccountInfo; typedef
65 CArrAppAccountInfo allowedAccounts;
72 CArrAppAccountInfo cArrAppAccountInfo;
H A Dappaccount_common.h34 void SetCallbackRef(std::function<void(CArrAppAccountInfo)> callbackRef);
36 std::function<void(CArrAppAccountInfo)> ref_;
43 std::function<void(CArrAppAccountInfo)> callbackRef;
49 std::function<void(CArrAppAccountInfo)> callbackRef;
H A Dappaccount_ffi.h71 int id, char *type, CArrString owners, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo));
73 int id, char *type, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo));
/base/account/os_account/frameworks/appaccount/cj/src/
H A Dappaccount_common.cpp80 void SubscribePtr::SetCallbackRef(std::function<void(CArrAppAccountInfo)> callbackRef) in SetCallbackRef()
H A Dappaccount_impl.cpp304 const std::function<void(CArrAppAccountInfo)> *f1, const std::function<void(CArrAppAccountInfo)> *f2) in IsSameFunction()
323 std::string type, CArrString owners, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)) in on()
358 int32_t CJAppAccountImpl::off(std::string type, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)) in off()
625 CArrAppAccountInfo CJAppAccountImpl::Convert2CArrAppAccountInfo(const std::vector<AppAccountInfo> &in) in Convert2CArrAppAccountInfo()
627 CArrAppAccountInfo res{}; in Convert2CArrAppAccountInfo()
649 CArrAppAccountInfo CJAppAccountImpl::Convert2CArrAppAccountInfo( in Convert2CArrAppAccountInfo()
652 CArrAppAccountInfo res{}; in Convert2CArrAppAccountInfo()
763 std::vector<std::pair<std::string, std::string>> CJAppAccountImpl::Convert2VecAppAccountInfo(CArrAppAccountInfo &in) in Convert2VecAppAccountInfo()
H A Dappaccount_ffi.cpp241 int id, char *type, CArrString owners, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)) in FfiAppAccountAppAccountManagerOn()
250 int32_t FfiAppAccountAppAccountManagerOff(int id, char *type, void (*callback)(CArrAppAccountInfo cArrAppAccountInfo)) in FfiAppAccountAppAccountManagerOff()

Completed in 4 milliseconds